mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 23:08:22 -05:00
Replace vislink logging with a FIXME.
This commit is contained in:
committed by
Neil Williams
parent
3beee33287
commit
c2f14a9e9d
@@ -325,7 +325,10 @@ class HotController(FixListing, ListingController):
|
||||
max_score = self.listing_obj.max_score).listing()
|
||||
|
||||
if vislink not in s.lookup:
|
||||
g.log.error("spotlight vislink skipped by builder: %s" % vislink)
|
||||
# FIXME: spotlight vislink is missing from the items returned
|
||||
# by the builder.
|
||||
# This may result in an empty spotlight box.
|
||||
pass
|
||||
else:
|
||||
has_subscribed = c.user.has_subscribed
|
||||
promo_visible = promote.is_promo(s.lookup[vislink])
|
||||
|
||||
Reference in New Issue
Block a user