瀏覽代碼

Don't log message info

Bond-009 5 年之前
父節點
當前提交
ee964f8a58
共有 1 個文件被更改,包括 0 次插入2 次删除
  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
                 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