Skip to content

Commit

Permalink
Remove not used log
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0l92 committed May 30, 2023
1 parent c5230c6 commit f7c30ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suggestions/querySuggest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class QuerySuggest extends EditorSuggest<SuggestionEntry> {

getSuggestions(context: EditorSuggestContext): SuggestionEntry[] | Promise<SuggestionEntry[]> {
const suggestions: SuggestionEntry[] = []
console.log({ context })
// console.log({ context })
// let query = context.query.trim().toUpperCase()
// const isCompact = query.startsWith(COMPACT_SYMBOL)
// query = query.replace(new RegExp(`^${COMPACT_SYMBOL}`), '')
Expand Down

0 comments on commit f7c30ed

Please sign in to comment.