lib/chatterbot/skeleton.rb in chatterbot-2.0.5 vs lib/chatterbot/skeleton.rb in chatterbot-2.1.0
- old
+ new
@@ -16,11 +16,9 @@
opts = bot.config.to_h.merge({
:name => bot.botname,
:timestamp => Time.now
})
- puts opts.inspect
-
src % opts
end
end
end
end