mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
remove console.log statement
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user