From: Wolfgang (Blub) Bumiller Date: Tue, 14 Aug 2012 14:12:12 +0000 (+0200) Subject: Getting rid of some debug output X-Git-Tag: 0.1-rc1~309 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=78d223fdcb71bf0aaf3ff5eb5965a694ebd541c2;p=xonotic%2Fgmqcc.git Getting rid of some debug output --- diff --git a/parser.c b/parser.c index 12e7de6..eaa5dd1 100644 --- a/parser.c +++ b/parser.c @@ -1172,11 +1172,9 @@ static bool parser_parse_for(parser_t *parser, ast_block *block, ast_expression /* parse the condition */ if (parser->tok != ';') { - printf("going cond!\n"); cond = parser_expression_leave(parser); if (!cond) goto onerr; - printf("going cond!\n"); } /* move on to incrementor */