]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
rss plugin: comment out a couple of potentially oververbose debug lines
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 2 Jul 2008 13:54:36 +0000 (15:54 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 2 Jul 2008 13:54:36 +0000 (15:54 +0200)
data/rbot/plugins/rss.rb

index cbdb2a82ec5cf12bab04ba8d6597656c7d94fee4..e5c2da118b35369c70ad8fca072d831c08c467d3 100644 (file)
@@ -941,13 +941,13 @@ class RSSFeedsPlugin < Plugin
   end
 
   def select_nonempty(*ar)
-    debug ar
+    debug ar
     ar.each { |i| return i unless i.nil_or_empty? }
     return nil
   end
 
   def printFormattedRss(feed, item, opts=nil)
-    debug item
+    debug item
     places = feed.watchers
     handle = feed.handle.empty? ? "" : "::#{feed.handle}:: "
     date = String.new