Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Dec 27, 2023
1 parent d1b6b5c commit 46280b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export class CompletionProvider implements InlineCompletionItemProvider {

const prompt = this.getPrompt(document, position)

console.log(prompt)

if (!prompt) return resolve([] as InlineCompletionItem[])

let completion = ''
Expand Down

0 comments on commit 46280b5

Please sign in to comment.