mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
remove debug line
This commit is contained in:
parent
7754dd27c5
commit
80e51027e6
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue