Don't log message info

This commit is contained in:
Bond-009 2019-12-29 15:44:17 +01:00 committed by Bond_009
parent d01ba49be3
commit ee964f8a58

View file

@ -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