mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove debug print lines
This commit is contained in:
parent
e43744c676
commit
eaf0f1a126
2 changed files with 0 additions and 3 deletions
|
@ -29,8 +29,6 @@ module Fog
|
||||||
def save
|
def save
|
||||||
options = { 'metadata' => @metadata, 'name' => @name, 'personality' => @personality }
|
options = { 'metadata' => @metadata, 'name' => @name, 'personality' => @personality }
|
||||||
options = options.reject {|key, value| value.nil?}
|
options = options.reject {|key, value| value.nil?}
|
||||||
p @personality
|
|
||||||
p options
|
|
||||||
data = connection.create_server(@flavor_id, @image_id, options)
|
data = connection.create_server(@flavor_id, @image_id, options)
|
||||||
merge_attributes(data.body['server'])
|
merge_attributes(data.body['server'])
|
||||||
true
|
true
|
||||||
|
|
|
@ -56,7 +56,6 @@ unless Fog.mocking?
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
p data
|
|
||||||
request(
|
request(
|
||||||
:body => data.to_json,
|
:body => data.to_json,
|
||||||
:expects => 202,
|
:expects => 202,
|
||||||
|
|
Loading…
Add table
Reference in a new issue