From 80e51027e6fea955c39b239ebcba1692e8d0200f Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 Sep 2019 20:17:00 -0400 Subject: [PATCH] remove debug line --- beets/ui/commands.py | 1 - 1 file changed, 1 deletion(-) 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