From 728a219eae0b6080ba5def406ec1d2b4a4a90e1c Mon Sep 17 00:00:00 2001 From: Shaun Date: Sat, 16 Oct 2021 07:12:24 +0200 Subject: [PATCH] chore: removed test code --- src/client/js/system/client.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/client/js/system/client.js b/src/client/js/system/client.js index 4d870339..4e92ec57 100644 --- a/src/client/js/system/client.js +++ b/src/client/js/system/client.js @@ -13,12 +13,6 @@ define([ transports: ['websocket'] }); - window.socket = this.socket; - - /*this.socket = io('http://127.0.0.1:3000', { - transports: ['websocket'] - });*/ - this.socket.on('connect', this.onConnected.bind(this, onReady)); this.socket.on('handshake', this.onHandshake.bind(this)); this.socket.on('event', this.onEvent.bind(this));