Merge pull request #4924 from sivel/rax-clb-remove-debug

Remove debug print statement from rax_clb
This commit is contained in:
jctanner 2013-11-16 06:57:42 -08:00
commit e0a3c7aed9

View file

@ -229,7 +229,6 @@ def cloud_load_balancer(module, state, name, meta, algorithm, port, protocol,
if wait:
attempts = wait_timeout / 5
print attempts
pyrax.utils.wait_for_build(balancer, interval=5, attempts=attempts)
balancer.get()