Removed socket crash

This commit is contained in:
Mitchell McCaffrey 2020-10-16 13:35:08 +11:00
parent b7aa33dd0c
commit f41a24f8f2

View File

@ -58,8 +58,6 @@ class Session extends EventEmitter {
super();
this.socket = io(process.env.REACT_APP_BROKER_URL);
this.socket.emit("join party", null, null);
this.socket.on(
"party member joined",
this._handlePartyMemberJoined.bind(this)