From 8e27f0e7969d0c6de035ca69e08ee298beb2edba Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 9 Sep 2024 16:09:13 -0400 Subject: remove debug code --- compile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index c3faf7da..ff721b4b 100644 --- a/compile.c +++ b/compile.c @@ -1938,7 +1938,6 @@ CORD compile(env_t *env, ast_t *ast) CORD code = "({\n"; deferral_t *prev_deferred = env->deferred; env = fresh_scope(env); - printf("Prebinding block\n"); for (ast_list_t *stmt = stmts; stmt; stmt = stmt->next) prebind_statement(env, stmt->ast); for (ast_list_t *stmt = stmts; stmt; stmt = stmt->next) { -- cgit v1.2.3