Tweak socket event logging
This commit is contained in:
parent
44a4ff3b52
commit
dcfc4701c2
3 changed files with 8 additions and 4 deletions
|
@ -21,7 +21,6 @@ MessageReceiver.prototype.extend({
|
|||
if (this.socket && this.socket.readyState !== WebSocket.CLOSED) {
|
||||
this.socket.close();
|
||||
}
|
||||
console.log('opening websocket');
|
||||
// initialize the socket and start listening for messages
|
||||
this.socket = this.server.getMessageSocket();
|
||||
this.socket.onclose = this.onclose.bind(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue