removing logging messages

This commit is contained in:
danielvincent 2010-10-05 18:34:56 -07:00
parent 7f652eb81c
commit fc31eb405d

View file

@ -35,7 +35,7 @@ class MessageHandler
http.callback {process} http.callback {process}
when :hub_publish when :hub_publish
http = EventMachine::PubSubHubbub.new(query.destination).publish query.body, :timeout => TIMEOUT http = EventMachine::PubSubHubbub.new(query.destination).publish query.body, :timeout => TIMEOUT
http.callback {Rails.logger.info("in publish"); Rails.logger.info(http.response) ;process} http.callback {process}
else else
raise "message is not a type I know!" raise "message is not a type I know!"
end end