1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 20:05:29 +08:00

Remove excess logging on WebSocketNotificaitonsClient

This commit is contained in:
Dean Herbert 2022-11-12 22:09:27 +09:00
parent ace4099079
commit 6a3665a6fd

View File

@ -72,7 +72,6 @@ namespace osu.Game.Online.Notifications.WebSocket
break; break;
} }
Logger.Log($"{GetType().ReadableName()} handling event: {message.Event}");
await onMessageReceivedAsync(message); await onMessageReceivedAsync(message);
} }