mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-25 15:33:11 +00:00
Removed console.writeline for Regex
This commit is contained in:
parent
fc540067c2
commit
0a125c485b
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ namespace NzbDrone.Core.Parser
|
|||
|
||||
if (match.Count != 0)
|
||||
{
|
||||
Console.WriteLine(regex);
|
||||
Logger.Trace(regex);
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue