Add debugging printf commented out

This commit is contained in:
2025-06-23 14:18:15 -04:00
parent 851d07bc43
commit d536f7ba69

View File

@@ -827,6 +827,7 @@ inline PRESERVE_NONE WeaselJsonStatus Parser3::keepGoing(Parser3 *self,
return WeaselJson_REJECT; return WeaselJson_REJECT;
} }
} }
// printf("%s\n", symbolTables.symbolNames[self->top()]);
MUSTTAIL return symbolTables.continuations[self->top()](self, buf, bufEnd); MUSTTAIL return symbolTables.continuations[self->top()](self, buf, bufEnd);
} }