mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
wiki: Remove debug statement.
This commit is contained in:
committed by
Neil Williams
parent
4ecee12d33
commit
d56f02e8ed
@@ -166,7 +166,6 @@ class WikiController(RedditController):
|
||||
|
||||
def GET_wiki_listing(self):
|
||||
def check_hidden(page):
|
||||
g.log.debug("Got here %s" % str(this_may_view(page)))
|
||||
return this_may_view(page)
|
||||
pages = WikiPage.get_listing(c.site, filter_check=check_hidden)
|
||||
return WikiListing(pages).render()
|
||||
|
||||
Reference in New Issue
Block a user