summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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