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 57edfd4 commit e26809eCopy full SHA for e26809e
components/webui/client/src/sql-parser/index.ts
@@ -5,7 +5,6 @@ import {
5
ErrorListener,
6
RecognitionException,
7
Recognizer,
8
- Token,
9
} from "antlr4";
10
11
import SqlLexer from "./generated/SqlLexer";
@@ -47,7 +46,6 @@ class SyntaxErrorListener<TSymbol> extends ErrorListener<TSymbol> {
47
46
endColumn = e.offendingToken.stop + 2;
48
}
49
50
- console.log(token);
51
this.errors.push({
52
column: column,
53
endColumn: endColumn,
0 commit comments