Skip to content

Commit

Permalink
fix(ui): eslint no-console warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 11, 2018
1 parent 0627609 commit e777a16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ export default {
created () {
this.$onPluginActionCalled(action => {
// eslint-disable-next-line no-console
console.log('called', action)
})
this.$onPluginActionResolved(action => {
// eslint-disable-next-line no-console
console.log('resolved', action)
})
},
Expand Down

0 comments on commit e777a16

Please sign in to comment.