mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-16 05:11:14 +01:00
Remove log
This commit is contained in:
@@ -71,7 +71,6 @@ export class KillTerminalAction extends Action {
|
||||
}
|
||||
|
||||
public run(event?: any): TPromise<any> {
|
||||
console.log('kill');
|
||||
const instance = this.terminalService.getActiveInstance();
|
||||
if (instance) {
|
||||
instance.dispose();
|
||||
|
||||
Reference in New Issue
Block a user