Skip to content

Commit d0a9d2e

Browse files
committed
Removed a print
1 parent d877da6 commit d0a9d2e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bin/word.exe

0 Bytes
Binary file not shown.

src/interpreter.c

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ int main(int argc, char *argv[]) {
3535
list *parsed_code = parse(lexed_code);
3636
if (DEBUG) print_parsed_code(parsed_code); //DEBUG
3737

38-
if (MONITOR_MEMORY) w_alloc_print();
39-
4038
//initialize variables
4139
if (DEBUG) printf("Initializing main scope...\n"); //DEBUG
4240
Scope *main_scope = init_scope();

0 commit comments

Comments
 (0)