Commit e0a3c7ae by jctanner

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

Remove debug print statement from rax_clb
parents 7ebda819 1ef49405
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment