1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[rackspace|lb] removed puts

This commit is contained in:
Brian Hartsock 2013-02-07 11:16:37 -05:00
parent af666126d6
commit 57db3e55b4

View file

@ -137,7 +137,6 @@ module Fog
rescue Excon::Errors::InternalServerError => error
raise InternalServerError.slurp error
rescue Excon::Errors::HTTPStatusError => error
puts error.inspect
raise ServiceError.slurp error
end
unless response.body.empty?