mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
less aggressive http exception logging.
This commit is contained in:
parent
c57fb29db4
commit
1eb278c7f6
3 changed files with 24 additions and 17 deletions
|
@ -115,8 +115,6 @@ namespace NzbDrone.Core.Parser
|
|||
|
||||
if (match.Count != 0)
|
||||
{
|
||||
Logger.Trace("Matching Regex: '{0}'", regex.ToString());
|
||||
|
||||
var result = ParseMatchCollection(match);
|
||||
if (result != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue