fix(): removed console

pull/288/head
Sherzod Aripjanov 4 years ago
parent 35b3591b45
commit 88e651795b

@ -60,7 +60,6 @@ export default class VueSocketIOListener {
* Broadcast all events to vuejs environment
*/
onEvent(event, args) {
console.log('onEvent', event);
this.emitter.emit(event, args);
}
}

Loading…
Cancel
Save