]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
core/config: remove leftover heavy-load debug line
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 30 Aug 2007 17:41:04 +0000 (17:41 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 30 Aug 2007 17:41:04 +0000 (17:41 +0000)
lib/rbot/core/config.rb

index 30d90c7364b46e7fa4726e98ca1335f53a7e65ad..f042e87e1089dc1fe40923cce2dfb34a7969847b 100644 (file)
@@ -51,7 +51,6 @@ class ConfigModule < CoreBotModule
     unless @bot.config.items.has_key?(key)\r
       m.reply _("no such config key %{key}") % {:key => key}\r
     end\r
-    puts @bot.config.items[key].inspect\r
     m.reply "#{key}: #{@bot.config.items[key].desc}"\r
   end\r
 \r