summaryrefslogtreecommitdiff
path: root/core/parser.c
diff options
context:
space:
mode:
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;
}