From 0a125c485bd6772ee81fa85b872b8c1621e625d4 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 17 Apr 2014 15:42:47 -0700 Subject: [PATCH] Removed console.writeline for Regex --- src/NzbDrone.Core/Parser/Parser.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NzbDrone.Core/Parser/Parser.cs b/src/NzbDrone.Core/Parser/Parser.cs index bd22aa501..89d1257d5 100644 --- a/src/NzbDrone.Core/Parser/Parser.cs +++ b/src/NzbDrone.Core/Parser/Parser.cs @@ -163,7 +163,6 @@ namespace NzbDrone.Core.Parser if (match.Count != 0) { - Console.WriteLine(regex); Logger.Trace(regex); try {