mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 05:52:18 +00:00
Remove console.log
This commit is contained in:
@@ -201,7 +201,6 @@ export default {
|
||||
} else {
|
||||
this.cursorPosition++;
|
||||
this.terminalInputBuffer += e.key;
|
||||
console.log(this.terminalInputBuffer);
|
||||
this.terminal.write(e.key);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -279,7 +279,6 @@ export default defineComponent({
|
||||
});
|
||||
|
||||
socket.on("agentList", (res) => {
|
||||
console.log(res);
|
||||
if (res.ok) {
|
||||
this.agentList = res.agentList;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user