diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-10 11:05:51 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-10 11:05:51 +0000 |
commit | 10025272f5d85daa27b73dcf2c90c33fa3f216fc (patch) | |
tree | 07f94704405872d4191aa61cfc770ddb9945a21e | |
parent | e59adede9b1540ac34a35540129e782d81299d5d (diff) |
rss plugin: spam log less
-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
|