Skip to content

Commit c9c6219

Browse files
authored
Merge pull request microsoft#155045 from microsoft/tyriar/log
Remove accidental log
2 parents 4404dc6 + f0f5152 commit c9c6219

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalInstance.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,6 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
12361236
}
12371237

12381238
private _setShellIntegrationContextKey(): void {
1239-
console.log('set', this.xterm?.shellIntegration.status === ShellIntegrationStatus.VSCode);
12401239
if (this.xterm) {
12411240
this._terminalShellIntegrationEnabledContextKey.set(this.xterm.shellIntegration.status === ShellIntegrationStatus.VSCode);
12421241
}

0 commit comments

Comments
 (0)