mirror of
https://github.com/Radarr/Radarr
synced 2026-04-22 18:10:58 +02: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 @@ public static ParsedEpisodeInfo ParseTitle(string title)
|
|||
|
||||
if (match.Count != 0)
|
||||
{
|
||||
Console.WriteLine(regex);
|
||||
Logger.Trace(regex);
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue