core: parser: Remove debug lines

Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
2026-05-23 19:23:39 -04:00
parent 8483d3c445
commit 5c3c78f561
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -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;
}