Skip to content

Commit

Permalink
don't need this print, right?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Fisher committed Aug 30, 2016
1 parent cf03e52 commit b5ae335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/npr/overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def respond(self, message):

slugs = Set()
for story in stories:
print story.name
# print story.name
story_slugs = story.slug.split(',')
for slug in story_slugs:
slugs.add(slug)
Expand Down

0 comments on commit b5ae335

Please sign in to comment.