Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Mar 25, 2020
1 parent 7cbe42c commit e0b70b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ export default {
let conf = snotifyConfig[i];
let that = this;
if (conf != null) {
console.log(conf);
setTimeout(function () {
if (conf.title) {
that.$snotify[conf.type](
Expand Down

0 comments on commit e0b70b8

Please sign in to comment.