fix(): removed console

This commit is contained in:
Sherzod Aripjanov 2020-10-27 17:55:27 +05:00
parent 35b3591b45
commit 88e651795b

View file

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