removed unnecessary console.log
This commit is contained in:
parent
4b2def736f
commit
d1b1cce3bf
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ const app = new Vue({
|
||||||
};
|
};
|
||||||
this.gateway.connect(this.loggedInUser.token);
|
this.gateway.connect(this.loggedInUser.token);
|
||||||
this.gateway.socket.on('message', (e) => {
|
this.gateway.socket.on('message', (e) => {
|
||||||
console.log(e);
|
|
||||||
this.processMessage(e);
|
this.processMessage(e);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue