Index: commit_queue.py |
diff --git a/commit_queue.py b/commit_queue.py |
index c4f08ad99c207f1c7200b788a6eb909e3eb7ae3b..698f363b67bf5bf9b19fa58f73738fce53c0e176 100755 |
--- a/commit_queue.py |
+++ b/commit_queue.py |
@@ -109,7 +109,6 @@ def main(): |
pc.checkout.prepare() |
delay = options.poll_interval - (time.time() - last_loop) |
if delay > 0: |
- logging.info('Next poll in %1.1f second(s)' % delay) |
time.sleep(delay) |
last_loop = time.time() |
finally: |