From ea0f7ced5d6707a5473e5d21ea596a206b820320 Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Wed, 17 Dec 2014 22:24:50 +0100 Subject: [PATCH] remove print --- beets/plugins.py | 1 - 1 file changed, 1 deletion(-) 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) + ['*']: