Skip to content

Commit 323db3e

Browse files
authored
Merge pull request #6928 from sdedic/nbcode/hotfix-debug-leftover
Remove debugging debris preventing extension start.
2 parents 64c134c + a903b0c commit 323db3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/java.lsp.server/vscode/src/extension.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ import { TLSSocket } from 'tls';
6161
import { InputStep, MultiStepInput } from './utils';
6262
import { env } from 'process';
6363
import { PropertiesView } from './propertiesView/propertiesView';
64-
import { dumpJava } from './test/suite/testutils';
6564

6665
const API_VERSION : string = "1.0";
6766
export const COMMAND_PREFIX : string = "nbls";
@@ -291,7 +290,6 @@ function wrapCommandWithProgress(lsCommand : string, title : string, log? : vsco
291290
if (res) {
292291
resolve(res);
293292
} else {
294-
dumpJava();
295293
if (log) {
296294
handleLog(log, `Command ${lsCommand} takes too long to start`);
297295
}

0 commit comments

Comments
 (0)