mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 14:02:17 +00:00
Remove console.log
This commit is contained in:
@@ -201,7 +201,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.cursorPosition++;
|
this.cursorPosition++;
|
||||||
this.terminalInputBuffer += e.key;
|
this.terminalInputBuffer += e.key;
|
||||||
console.log(this.terminalInputBuffer);
|
|
||||||
this.terminal.write(e.key);
|
this.terminal.write(e.key);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -279,7 +279,6 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
|
|
||||||
socket.on("agentList", (res) => {
|
socket.on("agentList", (res) => {
|
||||||
console.log(res);
|
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.agentList = res.agentList;
|
this.agentList = res.agentList;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log(this.endpoint);
|
|
||||||
this.$root.emitAgent(this.endpoint, "checkMainTerminal", (res) => {
|
this.$root.emitAgent(this.endpoint, "checkMainTerminal", (res) => {
|
||||||
this.enableConsole = res.ok;
|
this.enableConsole = res.ok;
|
||||||
this.processing = false;
|
this.processing = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user