mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Remove debug print...
This commit is contained in:
parent
5941123c52
commit
ec02672a2e
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user