From f32bc12268d9f2b596c0106396c4f8895386e407 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Fri, 15 Nov 2013 19:52:10 -0600 Subject: [PATCH] Remove debug print statement --- cloud/rax_clb | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud/rax_clb b/cloud/rax_clb index da8004c212a..2df0f8f07c4 100644 --- a/cloud/rax_clb +++ b/cloud/rax_clb @@ -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()