We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e3b850 + 531ecc7 commit bb81dc2Copy full SHA for bb81dc2
1 file changed
readability/readability.py
@@ -327,7 +327,7 @@ def select_best_candidate(self, candidates):
327
)
328
for candidate in sorted_candidates[:5]:
329
elem = candidate["elem"]
330
- log.info("Top 5 : %6.3f %s" % (candidate["content_score"], describe(elem)))
+ log.debug("Top 5 : %6.3f %s" % (candidate["content_score"], describe(elem)))
331
332
best_candidate = sorted_candidates[0]
333
return best_candidate
0 commit comments