Remove debug print statement

reviewable/pr18780/r1
Matt Martz 11 years ago
parent fb27ca9f0a
commit f32bc12268

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

Loading…
Cancel
Save