Skip to content

Commit 34fdbec

Browse files
committed
Remove log
1 parent d3a9f92 commit 34fdbec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/parts/terminal/common/terminalService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export abstract class TerminalService implements ITerminalService {
9797

9898
private _onShutdown(): void {
9999
this.terminalInstances.forEach(instance => {
100-
console.log('kill!');
101100
instance.dispose();
102101
});
103102
}

0 commit comments

Comments
 (0)