From 6735007a23b4765c6bc3baeac4c3e5e1548f1b5f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 8 Feb 2010 03:59:12 -0500 Subject: [PATCH] Removed debug output. --HG-- branch : calculator-experiment --- calculator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/calculator.c b/calculator.c index f058eb06..94e1148e 100644 --- a/calculator.c +++ b/calculator.c @@ -422,7 +422,6 @@ static void print_expr(const Expression *expr, const int depth) static void parse_complete(const Expression *expr) { - printf("parse complete!\n"); print_expr(expr, 0); } // parse_complete