1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove debug print statement

This commit is contained in:
Matt Martz 2013-11-15 19:52:10 -06:00
parent 7ebda819b5
commit 1ef49405b3

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()