mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Remove debug print statement
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user