core: parser: Remove debug lines
Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
@@ -103,7 +103,6 @@ parser_nom(struct cescal_state *state, struct token *res)
|
||||
return -1;
|
||||
}
|
||||
|
||||
printf("* %s\n", tokstr(&tok));
|
||||
if (preprocessor_push(&state->tokbuf, &tok) < 0) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user