Skip to content

Commit

Permalink
remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
miltontony committed Sep 14, 2015
1 parent 1eabe44 commit 0f5c8c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion springboard_iogt/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@subscriber(BeforeRender)
def add_content_section_context(event):
index_prefixes = getattr(event.get('view'), 'all_index_prefixes', None)
print 'iii', index_prefixes
event['content_sections'] = (ContentSection.known(index_prefixes)
if index_prefixes
else [])
Expand Down

0 comments on commit 0f5c8c4

Please sign in to comment.