changeset 243:51d2c3d55f4b

remove debug printing of the response
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 08 Jun 2015 19:27:35 +0200
parents 03e3ebb1d52f
children b46d7fe6390b
files backend/AbstractFeedUpdater.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/backend/AbstractFeedUpdater.py	Mon Jun 08 19:20:46 2015 +0200
+++ b/backend/AbstractFeedUpdater.py	Mon Jun 08 19:27:35 2015 +0200
@@ -33,7 +33,6 @@
         #else:
         #    # when updating to python3 see http://code.google.com/p/feedparser/issues/detail?id=260
         result = feedparser.parse(self.feed.rss_url)
-        print(result)
         # bozo flags if a feed is well-formed.
 #        if result["bozo"] > 0:
 #            raise FeedUpdateException()