Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: commit_queue.py

Issue 6015008: Make many operations quieter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Rebase against trunk Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « checkout.py ('k') | pending_manager.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « checkout.py ('k') | pending_manager.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698