Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Apr 24, 2024
1 parent b56e2eb commit 9a43c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension/providers/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ export class CompletionProvider implements InlineCompletionItemProvider {
if (!this._parser) return ''

if (providerFimData.includes('\n')) {
console.log('parse')
const { rootNode } = this._parser.parse(
`${lineText}${this._completion}`
)
Expand Down

0 comments on commit 9a43c3b

Please sign in to comment.