Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed debug output.
--HG--
branch : calculator-experiment
  • Loading branch information
icculus committed Feb 8, 2010
1 parent 7eff1e8 commit 6735007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion calculator.c
Expand Up @@ -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

Expand Down

0 comments on commit 6735007

Please sign in to comment.