diff --git a/src/parser3.h b/src/parser3.h index c7dc539..570399f 100644 --- a/src/parser3.h +++ b/src/parser3.h @@ -802,7 +802,7 @@ inline Status Parser3::keepGoing(Parser3 *self) { if (self->len() == 0 && !self->complete) { return S_AGAIN; } - self->debugPrint(); + // self->debugPrint(); MUSTTAIL return symbolTables.continuations[self->top()](self); }