removed console

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
utchoang 2020-09-25 21:15:46 +07:00 committed by Rohit Yadav
parent ef8d5ce19c
commit 0b4277535b

View File

@ -406,7 +406,6 @@ export default {
this.fetchData()
})
eventBus.$on('exec-action', (action, isGroupAction) => {
console.log(action, isGroupAction)
this.execAction(action, isGroupAction)
})
},