Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <[email protected]>
  • Loading branch information
paulstn committed Jul 25, 2024
1 parent 7678f9b commit cde9499
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/data/public/antlr/dql/code_completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,8 @@ export const getSuggestions = async ({
selectionEnd,
core: coreSetup,
}: QuerySuggestionGetFnArgs) => {
console.log('indexpa', indexPatterns);

const http = coreSetup?.http;
const currentIndexPattern = indexPatterns[0];

Check warning on line 121 in src/plugins/data/public/antlr/dql/code_completion.ts

View check run for this annotation

Codecov / codecov/patch

src/plugins/data/public/antlr/dql/code_completion.ts#L120-L121

Added lines #L120 - L121 were not covered by tests
console.log('curr', currentIndexPattern);

const inputStream = CharStream.fromString(query);
const lexer = new DQLLexer(inputStream);
Expand Down

0 comments on commit cde9499

Please sign in to comment.