aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-12-29 15:44:17 +0100
committerBond_009 <bond.009@outlook.com>2020-01-13 20:06:08 +0100
commitee964f8a58a0324b9e7b2ae37a9d4831f59c922f (patch)
tree309ae2e04aa1156ce7f8e5a80b2fe89f20a8e757 /Emby.Server.Implementations/HttpServer/WebSocketConnection.cs
parentd01ba49be3cd643b7b306216cb96aef31dba9569 (diff)
Don't log message info
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/WebSocketConnection.cs')
-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