remove print

This commit is contained in:
geoffrey45
2023-02-17 18:36:53 +03:00
parent 509c22c736
commit 146ea4ab4d
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -279,7 +279,6 @@ def parse_feat_from_title(title: str) -> tuple[list[str], str]:
artists = match.group(1)
artists = split_artists(artists, with_and=True)
print(artists)
# remove "feat" group from title
new_title = re.sub(regex, "", title, flags=re.IGNORECASE)