CommentBuilder: don't log when there's an empty candidates list.

This commit is contained in:
Brian Simpson
2014-01-25 15:24:01 -05:00
committed by Neil Williams
parent 0e5b1b7bd7
commit 7d0a71fd43

View File

@@ -128,7 +128,6 @@ class _CommentBuilder(Builder):
#find the comments
self.update_candidates(sorter, candidates)
if not candidates:
g.log.error("empty candidate list: %r" % request.fullpath)
timer.stop()
return []