less aggressive http exception logging.

This commit is contained in:
kay.one 2013-07-30 22:35:07 -07:00
commit 1eb278c7f6
3 changed files with 24 additions and 17 deletions

View file

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