Skip to content

Commit e26809e

Browse files
author
Marco
committed
latest
1 parent 57edfd4 commit e26809e

File tree

1 file changed

+0
-2
lines changed
  • components/webui/client/src/sql-parser

1 file changed

+0
-2
lines changed

components/webui/client/src/sql-parser/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
ErrorListener,
66
RecognitionException,
77
Recognizer,
8-
Token,
98
} from "antlr4";
109

1110
import SqlLexer from "./generated/SqlLexer";
@@ -47,7 +46,6 @@ class SyntaxErrorListener<TSymbol> extends ErrorListener<TSymbol> {
4746
endColumn = e.offendingToken.stop + 2;
4847
}
4948

50-
console.log(token);
5149
this.errors.push({
5250
column: column,
5351
endColumn: endColumn,

0 commit comments

Comments
 (0)