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