mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
remove debug output
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Jackett
|
|||||||
{
|
{
|
||||||
// HttpListener should not return exceptions that occur when sending the response to the client
|
// HttpListener should not return exceptions that occur when sending the response to the client
|
||||||
((HttpListener)httpListener).IgnoreWriteExceptions = true;
|
((HttpListener)httpListener).IgnoreWriteExceptions = true;
|
||||||
Engine.Logger.Info("set HttpListener.IgnoreWriteExceptions = true");
|
//Engine.Logger.Info("set HttpListener.IgnoreWriteExceptions = true");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
Reference in New Issue
Block a user