remove debug line

This commit is contained in:
unknown 2019-09-02 20:17:00 -04:00
parent 7754dd27c5
commit 80e51027e6

View file

@ -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