# HG changeset patch # User Dirk Olmes # Date 1433784455 -7200 # Node ID 51d2c3d55f4b99922b982e66362255c71e6fe3fe # Parent 03e3ebb1d52fa83a5e5b4cd9fe953316bbe7a0ad remove debug printing of the response diff -r 03e3ebb1d52f -r 51d2c3d55f4b backend/AbstractFeedUpdater.py --- 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()