Skip to content

Commit 567236a

Browse files
authored
(fix) remove stray console.log
1 parent 0f96738 commit 567236a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte-vscode/src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ function addExtracComponentCommand(getLS: () => LanguageClient, context: Extensi
378378
}
379379

380380
function createLanguageServer(serverOptions: ServerOptions, clientOptions: LanguageClientOptions) {
381-
console.log('NEWWWWWWWWWWWWWWWW');
382381
return new LanguageClient('svelte', 'Svelte', serverOptions, clientOptions);
383382
}
384383

0 commit comments

Comments
 (0)