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

Remove extraneous print

This commit is contained in:
Chirag Jog 2013-02-08 12:10:13 +05:30
parent 7267a739f8
commit bd1d1474b1

View file

@ -72,7 +72,6 @@ module Fog
def instantiate_vapp_template options = {}
validate_instantiate_vapp_template_options options
puts "XML Request: #{generate_instantiate_vapp_template_request(options)}"
request(
:body => generate_instantiate_vapp_template_request(options),
:expects => 201,