diff --git a/beets/plugins.py b/beets/plugins.py index 64da5d912..8611b92a6 100755 --- a/beets/plugins.py +++ b/beets/plugins.py @@ -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) + ['*']: