mirror of
https://github.com/1Panel-dev/KubePi.git
synced 2025-10-13 19:13:42 +08:00
fix(style): 删除 console 打印
This commit is contained in:
1
thirdparty/gotty/js/src/webtty.ts
vendored
1
thirdparty/gotty/js/src/webtty.ts
vendored
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user