update nlog

This commit is contained in:
Luke Pulverenti
2017-05-29 13:31:31 -04:00
parent 196b526a53
commit e456df546c
7 changed files with 6 additions and 10 deletions

View File

@@ -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));
}