diff --git a/hunt/templates/room.html b/hunt/templates/room.html index c85abeb..c48705f 100644 --- a/hunt/templates/room.html +++ b/hunt/templates/room.html @@ -71,10 +71,6 @@ + '/' ); - chatSocket.onmessage = function(e) { - console.log('onMessage'); - }; - chatSocket.onclose = function(e) { console.error('The socket closed unexpectedly'); };