Skip to content

Commit

Permalink
Remove unwanted log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed May 23, 2023
1 parent 35bdb61 commit 8b079fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/api/browser/mainThreadTerminalService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ export class MainThreadTerminalService implements MainThreadTerminalServiceShape
map: deserializeEnvironmentVariableCollection(collection),
descriptionMap: deserializeEnvironmentDescriptionMap(descriptionMap)
};
console.log('translatedCollection', translatedCollection);
this._environmentVariableService.set(extensionIdentifier, translatedCollection);
} else {
this._environmentVariableService.delete(extensionIdentifier);
Expand Down

0 comments on commit 8b079fa

Please sign in to comment.