removing logging messages
This commit is contained in:
parent
7f652eb81c
commit
fc31eb405d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue