mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
CommentBuilder: don't log when there's an empty candidates list.
This commit is contained in:
committed by
Neil Williams
parent
0e5b1b7bd7
commit
7d0a71fd43
@@ -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 []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user