remove debug output

This commit is contained in:
kaso17
2017-03-07 11:35:40 +01:00
parent dba66976ff
commit 670a3a78af

View File

@@ -92,7 +92,7 @@ namespace Jackett
{
// HttpListener should not return exceptions that occur when sending the response to the client
((HttpListener)httpListener).IgnoreWriteExceptions = true;
Engine.Logger.Info("set HttpListener.IgnoreWriteExceptions = true");
//Engine.Logger.Info("set HttpListener.IgnoreWriteExceptions = true");
}
}
catch (Exception e)