mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
less aggressive http exception logging.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user