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