Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusEllyton committed Oct 25, 2024
1 parent 85e545b commit a16e79d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/language-features/completion-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ export class SimulationConfigCompletionItemProvider
): Promise<vscode.CompletionItem[]> {
const completionNode = cosimConfig.getNodeAtPosition(position)

console.log(completionNode)

if (
!completionNode ||
!isNodeString(completionNode) ||
Expand Down

0 comments on commit a16e79d

Please sign in to comment.