We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3456fb1 commit a900286Copy full SHA for a900286
src/ParserError.ts
@@ -16,9 +16,6 @@ export class ParserError extends Error {
16
this.parsedSymbolStack = [...parsedSymbolStack];
17
this.innerError = innerError;
18
19
- console.log('Parsed symbol stack:', this.parsedSymbolStack);
20
-
21
this.message = `Failed to parse ${[...parsedSymbolStack].join(' > ')}\n${this.message}`;
22
- console.log({ error: this });
23
}
24
0 commit comments