Skip to content

Commit

Permalink
remove debug print (cc @felixfontein)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 14, 2015
1 parent 7d1d7fd commit e89101f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/task/tags.py
Expand Up @@ -310,7 +310,6 @@ def tag_page_as_list(self, tag, lang, post_list, kw, is_category):
context["description"] = self._get_description(tag, is_category, kw, lang)
if is_category:
context["subcategories"] = self._get_subcategories(tag)
print(tag, context["subcategories"])
task = self.site.generic_post_list_renderer(
lang,
post_list,
Expand Down

1 comment on commit e89101f

@felixfontein
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, completely forgot that. Must have left that one in while testing. Thanks a lot!

Please sign in to comment.