This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Remove unused console.log
pull/272/head
Ji Qu
3 years ago
committed by
GitHub
parent
9b80ce4464
commit
684f2d8753
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Cancel
Save