diff options
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r-- | data/rbot/plugins/rss.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 3dc34395..6b5e62be 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -150,9 +150,6 @@ class RSSFeedsPlugin < Plugin unparsed[k] = f.dup
end
}
- unparsed.each { |k, f|
- debug f.inspect
- }
@registry[:feeds] = unparsed
end
|