From 3b2382d2f9360ce286dbe3840e80c5acf83d1cc7 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 5 Aug 2014 11:47:22 +0200 Subject: [PATCH] RSS: Remove debug output. --- plugins/RSS/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/RSS/plugin.py b/plugins/RSS/plugin.py index e1b9ac5af..b95ed69b3 100644 --- a/plugins/RSS/plugin.py +++ b/plugins/RSS/plugin.py @@ -287,8 +287,6 @@ class RSS(callbacks.Plugin): if entry.id not in feed.announced_entries] if not new_entries: return [] - print(repr(feed.announced_entries)) - print(repr(new_entries)) feed.announced_entries |= set(entry.id for entry in new_entries) # We keep a little more because we don't want to re-announce # oldest entries if one of the newest gets removed.