Selaa lähdekoodia

Don't log message info

Bond-009 5 vuotta sitten
vanhempi
sitoutus
ee964f8a58
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      Emby.Server.Implementations/HttpServer/WebSocketConnection.cs

+ 0 - 2
Emby.Server.Implementations/HttpServer/WebSocketConnection.cs

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