mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Don't log message info
This commit is contained in:
@@ -220,8 +220,6 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
Connection = this
|
||||
};
|
||||
|
||||
_logger.LogDebug("WS {IP} message info: {@MessageInfo}", RemoteEndPoint, info);
|
||||
|
||||
await OnReceive(info).ConfigureAwait(false);
|
||||
|
||||
// Stop reading if there's no more data coming
|
||||
|
||||
Reference in New Issue
Block a user