From db9a4b913f46f3f4a053a76a1f5a5888698b87f7 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 20 Aug 2026 14:06:41 +0200 Subject: [PATCH] remove debug output --- src/runtime/c/pgf/parser.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/runtime/c/pgf/parser.cxx b/src/runtime/c/pgf/parser.cxx index 1cf30185d..41bc03edf 100644 --- a/src/runtime/c/pgf/parser.cxx +++ b/src/runtime/c/pgf/parser.cxx @@ -1725,12 +1725,6 @@ void PgfParser::done() update_old_pos = 0; update_new_pos = 0; delta_byte_pos = 0; - - for (State *state = current_state; state != NULL; state=state->next) { - fprintf(stderr, "(%zd:%zd-%zd:%zd) ", state->start.pos, state->start.byte_pos - , state->end.pos, state->end.byte_pos); - } - fprintf(stderr,"\n"); } PgfParseTableMaker::PgfParseTableMaker(ref concr)