mirror of
https://github.com/pinry/pinry.git
synced 2026-05-07 18:16:22 +02:00
Remove unused console.log
This commit is contained in:
@@ -276,7 +276,6 @@ export default {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
console.log(promises);
|
|
||||||
if (promises.length > 0) {
|
if (promises.length > 0) {
|
||||||
axios.all(promises).then(done);
|
axios.all(promises).then(done);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user