remove debug statement

master
SuperAuguste 2020-04-07 13:33:01 -04:00
parent 94841d0292
commit 9298d38cee
1 changed files with 0 additions and 1 deletions

View File

@ -5573,7 +5573,6 @@ fn parseCPrimaryExpr(c: *Context, it: *CTokenList.Iterator, source: []const u8,
return &group_node.base; return &group_node.base;
}, },
else => { else => {
std.debug.warn("{}", .{source});
const first_tok = it.list.at(0); const first_tok = it.list.at(0);
try failDecl( try failDecl(
c, c,