diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-29 13:31:31 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-29 13:31:31 -0400 |
| commit | e456df546c0af8fccc5adc961bcb628797deb6b6 (patch) | |
| tree | 9e838d8e541f2b9a345ecb890a7a73f7eec2520f /Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs | |
| parent | 196b526a53a2dc0e8d81ae6d597518ef9851e901 (diff) | |
update nlog
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs b/Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs index 094bddfda..e648838b2 100644 --- a/Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs +++ b/Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs @@ -87,7 +87,6 @@ namespace Emby.Server.Implementations.HttpServer.SocketSharp private void ProcessContext(HttpListenerContext context) { - _logger.Info("thread id {0}", Thread.CurrentThread.ManagedThreadId); InitTask(context, _disposeCancellationToken); //Task.Run(() => InitTask(context, _disposeCancellationToken)); } |
