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:
parent
7267a739f8
commit
bd1d1474b1
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ module Fog
|
||||||
|
|
||||||
def instantiate_vapp_template options = {}
|
def instantiate_vapp_template options = {}
|
||||||
validate_instantiate_vapp_template_options options
|
validate_instantiate_vapp_template_options options
|
||||||
puts "XML Request: #{generate_instantiate_vapp_template_request(options)}"
|
|
||||||
request(
|
request(
|
||||||
:body => generate_instantiate_vapp_template_request(options),
|
:body => generate_instantiate_vapp_template_request(options),
|
||||||
:expects => 201,
|
:expects => 201,
|
||||||
|
|
Loading…
Reference in a new issue