mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 15:21:06 +00:00
Do not throw exceptions on parse error
This commit is contained in:
parent
096fb805a8
commit
2f680840a7
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ namespace Jackett.Indexers
|
|||
var spacing = string.Join("", Enumerable.Repeat(Environment.NewLine, 5));
|
||||
var fileContents = string.Format("{0}{1}{2}", ex, spacing, results);
|
||||
logger.Error(fileName + fileContents);
|
||||
throw ex;
|
||||
}
|
||||
|
||||
protected void CleanCache()
|
||||
|
|
Loading…
Reference in a new issue