lib/chatterbot/tweet.rb in chatterbot-1.0.2 vs lib/chatterbot/tweet.rb in chatterbot-2.0.0.pre

- old
+ new

@@ -11,10 +11,9 @@ if debug_mode? debug "I'm in debug mode, otherwise I would tweet: #{txt}" else debug txt - log txt, original client.update txt, params end rescue Twitter::Error::Forbidden => e #:nocov: debug e