mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Remove debug print statement
This commit is contained in:
parent
7ebda819b5
commit
1ef49405b3
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ def cloud_load_balancer(module, state, name, meta, algorithm, port, protocol,
|
||||||
|
|
||||||
if wait:
|
if wait:
|
||||||
attempts = wait_timeout / 5
|
attempts = wait_timeout / 5
|
||||||
print attempts
|
|
||||||
pyrax.utils.wait_for_build(balancer, interval=5, attempts=attempts)
|
pyrax.utils.wait_for_build(balancer, interval=5, attempts=attempts)
|
||||||
|
|
||||||
balancer.get()
|
balancer.get()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue