Do not throw exceptions on parse error

This commit is contained in:
unknown
2015-08-18 20:19:44 -06:00
parent 34f02d4afc
commit c509dd4cde

View File

@@ -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()