forked from hippoz/brainlet
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.socket.on('message', (e) => {
|
||||
console.log(e);
|
||||
this.processMessage(e);
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue