mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Removed console.writeline for Regex
This commit is contained in:
parent
fc540067c2
commit
0a125c485b
@ -163,7 +163,6 @@ public static ParsedEpisodeInfo ParseTitle(string title)
|
||||
|
||||
if (match.Count != 0)
|
||||
{
|
||||
Console.WriteLine(regex);
|
||||
Logger.Trace(regex);
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user