Skip to content

Commit

Permalink
Remove console output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Krylov committed Jun 30, 2016
1 parent 81f72a9 commit f3959ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ruby_ICE_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def call(message, url)
request.body = xml.to_xml
response = http.request request
response_xml = Nokogiri::XML response.body
puts "#{response_xml}"
output_message_node = response_xml.xpath '//evaluationResponse//base64EncodedPayload' if response_xml.present?
if output_message_node.present? && output_message_node.first.present?
return Base64.decode64 output_message_node.first.text
Expand Down

0 comments on commit f3959ff

Please sign in to comment.