From ec02672a2ee53e08b6b4f44c6b253384fc0fafea Mon Sep 17 00:00:00 2001 From: alim4r <7687869+alim4r@users.noreply.github.com> Date: Wed, 27 Apr 2022 22:30:23 +0200 Subject: [PATCH] Remove debug print... --- maloja/cleanup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/maloja/cleanup.py b/maloja/cleanup.py index 758ba31..35a5063 100644 --- a/maloja/cleanup.py +++ b/maloja/cleanup.py @@ -178,7 +178,6 @@ class CleanerAgent: # match remix in brackets if re.match(r".*[\(\[](.*)" + filter + "[\)\]]", t): artists += self.parseArtists(re.match(r".*[\(\[](.*)" + filter + "[\)\]]", t)[1]) - print("check") # match remix split with "-" elif re.match(r".*-(.*)" + filter, t):