Comment out debugPrint
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user