Skip to content

Commit f0f5152

Browse files
authored
Remove accidental log
1 parent 3f4cc87 commit f0f5152

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)