Browse Source

Remove unused console.log

pull/272/head
Ji Qu 3 years ago
committed by GitHub
parent
commit
684f2d8753
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      pinry-spa/src/components/pin_edit/PinCreateModal.vue

+ 0
- 1
pinry-spa/src/components/pin_edit/PinCreateModal.vue View File

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


Loading…
Cancel
Save