summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-08-30 17:41:04 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-08-30 17:41:04 +0000
commitd4ebd66d357b9200edabd1f6d4fa1b3c72d048e6 (patch)
tree11377d7b8eb20d63eea66efbe3075683173c4b5b /lib
parent03580119b1ae94029c601dd0b68eed628ff3ef9d (diff)
core/config: remove leftover heavy-load debug line
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/core/config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rbot/core/config.rb b/lib/rbot/core/config.rb
index 30d90c73..f042e87e 100644
--- a/lib/rbot/core/config.rb
+++ b/lib/rbot/core/config.rb
@@ -51,7 +51,6 @@ class ConfigModule < CoreBotModule
unless @bot.config.items.has_key?(key)
m.reply _("no such config key %{key}") % {:key => key}
end
- puts @bot.config.items[key].inspect
m.reply "#{key}: #{@bot.config.items[key].desc}"
end