提交 661ada15 编写于 作者: E Eugene Pankov

cleanup

上级 a8bbdea2
......@@ -44,7 +44,6 @@ export class EditConnectionModalComponent {
}[k]
]
}
console.log(this)
}
async ngOnInit () {
......
......@@ -175,7 +175,6 @@ export class HTermFrontend extends Frontend {
this.io = this.term.io.push()
this.io.onVTKeystroke = this.io.sendString = data => this.input.next(data)
this.io.onTerminalResize = (columns, rows) => {
console.log('hterm resize')
this.resize.next({ columns, rows })
}
this.ready.next(null)
......
......@@ -155,7 +155,6 @@ export class Session extends BaseSession {
})
this.pty.on('exit', () => {
console.log('session exit')
if (this.pauseAfterExit) {
return
} else if (this.open) {
......@@ -164,7 +163,6 @@ export class Session extends BaseSession {
})
this.pty.on('close', () => {
console.log('session close')
if (this.pauseAfterExit) {
this.emitOutput('\r\nPress any key to close\r\n')
} else if (this.open) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册