RSS: Remove debug output.

This commit is contained in:
Valentin Lorentz 2014-08-05 11:47:22 +02:00
parent b938ef68fb
commit 3b2382d2f9
1 changed files with 0 additions and 2 deletions

View File

@ -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.