mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove debug output
This commit is contained in:
parent
2180a50662
commit
a6f52d5e1c
1 changed files with 0 additions and 2 deletions
|
@ -234,8 +234,6 @@ module Fog
|
|||
:method => 'POST'
|
||||
})
|
||||
|
||||
p response
|
||||
|
||||
if parser && !response.body.empty?
|
||||
Nokogiri::XML::SAX::Parser.new(parser).parse(response.body.split(/<\?xml.*\?>/)[1])
|
||||
response.body = parser.response
|
||||
|
|
Loading…
Reference in a new issue