fix(style): 删除 console 打印

This commit is contained in:
ssongliu
2022-05-25 11:38:29 +08:00
parent 9b8938f575
commit ff9529644d
22 changed files with 9 additions and 60 deletions

View File

@@ -117,7 +117,6 @@ export class WebTTY {
break;
case msgSetReconnect:
const autoReconnect = JSON.parse(payload);
console.log("Enabling reconnect: " + autoReconnect + " seconds")
this.reconnect = autoReconnect;
break;
}