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:
parent
35b3591b45
commit
88e651795b
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue