Remove console.log

This commit is contained in:
Louis Lam
2025-03-30 07:02:54 +08:00
parent cdbf7f1843
commit 8902db0ae4
3 changed files with 0 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ export default {
},
},
mounted() {
console.log(this.endpoint);
this.$root.emitAgent(this.endpoint, "checkMainTerminal", (res) => {
this.enableConsole = res.ok;
this.processing = false;