diff --git a/client/src/scripts/game.js b/client/src/scripts/game.js index 3db7206..995b34c 100644 --- a/client/src/scripts/game.js +++ b/client/src/scripts/game.js @@ -34,9 +34,6 @@ const game = () => { UserUtility.validateAnonUserSignature(res.content) ); }); - socket.on('broadcast', (message) => { - toast(message, 'warning', true, false); - }); socket.on('connect_error', (err) => { toast(err, 'error', true, false); });