Skip to content

Commit a900286

Browse files
committed
Remove debug code
1 parent 3456fb1 commit a900286

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ParserError.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ export class ParserError extends Error {
1616
this.parsedSymbolStack = [...parsedSymbolStack];
1717
this.innerError = innerError;
1818

19-
console.log('Parsed symbol stack:', this.parsedSymbolStack);
20-
2119
this.message = `Failed to parse ${[...parsedSymbolStack].join(' > ')}\n${this.message}`;
22-
console.log({ error: this });
2320
}
2421
}

0 commit comments

Comments
 (0)