Skip to content

Commit

Permalink
fix(editor): remove unused console.log, fixed #14
Browse files Browse the repository at this point in the history
  • Loading branch information
mekery committed Jun 14, 2020
1 parent f6fd5e7 commit f0c857b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/buttons/OAddMoreBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export default {
}
},
onSelectService (service) {
console.log('service', service)
this.commands.embed({ service: service.value })
}
},
Expand Down
1 change: 0 additions & 1 deletion src/components/views/OEmbedView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export default {
window.open(url, '_blank')
},
onLoaded () {
console.log('loaded', this.src)
this.loading = false
}
},
Expand Down

0 comments on commit f0c857b

Please sign in to comment.