diff --git a/alice/handlers/alpha.rb b/alice/handlers/alpha.rb index 8bb7e2ee..8184d2a2 100644 --- a/alice/handlers/alpha.rb +++ b/alice/handlers/alpha.rb @@ -12,7 +12,6 @@ def answer_question def answer # Try Wolfram Alpha first, then fall back to Google - Alice::Util::Logger.info "*** sentence = #{sentence}" if results = Parser::Alpha.new(sentence).answer results.first else