aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/HttpServer')
-rw-r--r--Emby.Server.Implementations/HttpServer/WebSocketConnection.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs b/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs
index a8d5e9086..1af748ebc 100644
--- a/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs
+++ b/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