mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
remove unnecessary log
This commit is contained in:
@@ -35,7 +35,7 @@ const game = () => {
|
||||
);
|
||||
});
|
||||
socket.on("connect_error", (err) => {
|
||||
toast('Connection error: ' + err, 'error', true, false);
|
||||
toast(err, 'error', true, false);
|
||||
});
|
||||
socket.on('disconnect', () => {
|
||||
toast('Disconnected. Attempting reconnect...', 'error', true, false);
|
||||
|
||||
Reference in New Issue
Block a user