mirror of
https://github.com/beetbox/beets.git
synced 2026-01-14 04:01:43 +01:00
remove print
This commit is contained in:
parent
b89c8e78e3
commit
ea0f7ced5d
1 changed files with 0 additions and 1 deletions
|
|
@ -427,7 +427,6 @@ def sanitize_choices(choices, choices_all):
|
|||
"""
|
||||
seen = set()
|
||||
others = [x for x in choices_all if x not in choices]
|
||||
print others
|
||||
res = []
|
||||
for s in choices:
|
||||
if s in list(choices_all) + ['*']:
|
||||
|
|
|
|||
Loading…
Reference in a new issue