diff --git a/src/vs/workbench/node/extensionHostMain.ts b/src/vs/workbench/node/extensionHostMain.ts index 5abbf8d2108..d5451cdefbb 100644 --- a/src/vs/workbench/node/extensionHostMain.ts +++ b/src/vs/workbench/node/extensionHostMain.ts @@ -67,7 +67,6 @@ export class ExtensionHostMain { this._contextService = new WorkspaceContextService(initData.contextService.workspace); const workspaceStoragePath = initData.workspaceStoragePath; - console.log(workspaceStoragePath); const threadService = new ExtHostThreadService(remoteCom);