From 17955102edbc8379ffc0eeac2fbbb5296f06e09d Mon Sep 17 00:00:00 2001 From: David Hotham Date: Fri, 11 Aug 2023 20:48:48 +0100 Subject: [PATCH] dead code --- hunt/templates/room.html | 4 ---- 1 file changed, 4 deletions(-) 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'); };