Skip to content

Commit

Permalink
debug print removed
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Dec 18, 2017
1 parent 3bf2c4b commit 2414eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/ricardo_api/views.py
Expand Up @@ -204,7 +204,6 @@ def blog_RSS():
rss_data=feedparser.parse(config.BLOG_RSS)
posts = []
for e in rss_data['entries']:
print e
posts.append({
'title':e["title"],
'day':e.published_parsed[2],
Expand Down

0 comments on commit 2414eae

Please sign in to comment.