Remove unused console.log

This commit is contained in:
Ji Qu
2021-05-08 14:21:23 +08:00
committed by GitHub
parent 9b80ce4464
commit 684f2d8753

View File

@@ -276,7 +276,6 @@ export default {
},
);
}
console.log(promises);
if (promises.length > 0) {
axios.all(promises).then(done);
} else {