Skip to content

Commit

Permalink
[rss] Remove annoying, useless warning when you have no RSS feeds con…
Browse files Browse the repository at this point in the history
…figured
  • Loading branch information
Elad Alfassa committed Aug 9, 2014
1 parent 420dec2 commit e7e6106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ def read_feeds(bot, force=False):
c.execute('SELECT * FROM rss_feeds')
feeds = c.fetchall()
if not feeds:
bot.debug(__file__, "No RSS feeds to check.", 'warning')
return

for feed_row in feeds:
Expand Down

0 comments on commit e7e6106

Please sign in to comment.