Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Aug 11, 2023
1 parent d4c69af commit 1795510
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hunt/templates/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
+ '/'
);

chatSocket.onmessage = function(e) {
console.log('onMessage');
};

chatSocket.onclose = function(e) {
console.error('The socket closed unexpectedly');
};
Expand Down

0 comments on commit 1795510

Please sign in to comment.