mirror of
https://github.com/louislam/dockge.git
synced 2024-11-28 05:24:03 +00:00
Remove unused console logs
This commit is contained in:
parent
1bcd57ddd2
commit
1f78264825
1 changed files with 0 additions and 3 deletions
|
@ -355,10 +355,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
updateAll() {
|
updateAll() {
|
||||||
console.log("updateAll");
|
|
||||||
console.log(this.sortedStackList);
|
|
||||||
for (let stack of this.sortedStackList) {
|
for (let stack of this.sortedStackList) {
|
||||||
console.log(stack);
|
|
||||||
this.$root.emitAgent(stack.endpoint, "updateStack", stack.name, (res) => {
|
this.$root.emitAgent(stack.endpoint, "updateStack", stack.name, (res) => {
|
||||||
this.processing = false;
|
this.processing = false;
|
||||||
this.$root.toastRes(res);
|
this.$root.toastRes(res);
|
||||||
|
|
Loading…
Reference in a new issue