summaryrefslogtreecommitdiff
path: root/core/parser.c
diff options
context:
space:
mode:
authorChloe M. <chloe@mirocom.org>2026-05-23 19:23:39 -0400
committerChloe M. <chloe@mirocom.org>2026-05-23 19:24:22 -0400
commit5c3c78f561f50401d26229bd3ed2546558f9e305 (patch)
tree3f91a9041b6e6d0b125edc5b87b5834a18c0be57 /core/parser.c
parent8483d3c4456108cfaf469d4d3867608458f39138 (diff)
core: parser: Remove debug lines
Signed-off-by: Chloe M. <chloe@mirocom.org>
Diffstat (limited to 'core/parser.c')
-rw-r--r--core/parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/parser.c b/core/parser.c
index 48640d8..b4f5696 100644
--- a/core/parser.c
+++ b/core/parser.c
@@ -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;
}