1
0
Fork 0
mirror of https://github.com/MetinSeylan/Vue-Socket.io.git synced 2025-04-16 15:21:28 +02:00

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
*/
onEvent(event, args) {
console.log('onEvent', event);
this.emitter.emit(event, args);
}
}