fix: remove console.log
This commit is contained in:
parent
7a968bccd9
commit
f0d359f67a
@ -14,9 +14,6 @@ const getters = {
|
|||||||
return Math.ceil((sum / totalSize) * 100);
|
return Math.ceil((sum / totalSize) * 100);
|
||||||
},
|
},
|
||||||
filesInUploadCount: (state) => {
|
filesInUploadCount: (state) => {
|
||||||
console.log("uploads", Object.keys(state.upload.uploads));
|
|
||||||
console.log("queue", state.upload.queue);
|
|
||||||
console.log(Object.keys(state.upload.uploads).length + state.upload.queue.length);
|
|
||||||
let total = Object.keys(state.upload.uploads).length + state.upload.queue.length;
|
let total = Object.keys(state.upload.uploads).length + state.upload.queue.length;
|
||||||
return total;
|
return total;
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user