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

[rackspace] removing debug puts

This commit is contained in:
Kyle Rames 2013-08-23 09:16:41 -05:00
parent 0197937ae0
commit cd01508ecc

View file

@ -118,7 +118,6 @@ Shindo.tests('Fog::Compute::RackspaceV2 | server_tests', ['rackspace']) do
tests('#resize_server').succeeds do
resize_flavor_id = Fog.mocking? ? flavor_id : service.flavors[1].id
puts "****RESIZING FROM: #{flavor_id} TO: #{resize_flavor_id}"
service.resize_server(server_id, resize_flavor_id)
end
wait_for_server_state(service, server_id, 'VERIFY_RESIZE', 'ACTIVE')