aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2e7417b..dafcf29 100644
--- a/main.c
+++ b/main.c
@@ -46,7 +46,7 @@ void print_ast() {
void print_sem() {
yyparse();
semantics_check(ast_root);
- cnode_debug_print(ast_root, 1);
+/* cnode_debug_print(ast_root, 1); */
}
void print_help() {