Remove unused console logs

This commit is contained in:
Dominika Jadowska 2024-07-26 19:57:22 +02:00
parent 1bcd57ddd2
commit 1f78264825

View file

@ -355,10 +355,7 @@ export default {
},
updateAll() {
console.log("updateAll");
console.log(this.sortedStackList);
for (let stack of this.sortedStackList) {
console.log(stack);
this.$root.emitAgent(stack.endpoint, "updateStack", stack.name, (res) => {
this.processing = false;
this.$root.toastRes(res);