From 7d0a71fd43cea94f46939e49ba13aa24f80d167a Mon Sep 17 00:00:00 2001 From: Brian Simpson Date: Sat, 25 Jan 2014 15:24:01 -0500 Subject: [PATCH] CommentBuilder: don't log when there's an empty candidates list. --- r2/r2/models/_builder.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/r2/r2/models/_builder.pyx b/r2/r2/models/_builder.pyx index f0a0c1c41..300c39be6 100644 --- a/r2/r2/models/_builder.pyx +++ b/r2/r2/models/_builder.pyx @@ -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 []