diff --git a/beets/ui/commands.py b/beets/ui/commands.py index e89a58bc1..13e431b4b 100755 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -481,7 +481,6 @@ def _summary_judgment(rec): queried. May also print to the console if a summary judgment is made. """ - print(rec) if config['import']['quiet']: if rec == Recommendation.strong: return importer.action.APPLY