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

Unified Diff: recipe_modules/bot_update/resources/bot_update.py

Issue 2242123003: Cleanup old debugging code. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 4 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/resources/bot_update.py
diff --git a/recipe_modules/bot_update/resources/bot_update.py b/recipe_modules/bot_update/resources/bot_update.py
index 1baf45fee233f50b8dfff0b8385e9325342ae21f..303422316fc84b2ed0bf279dbefc34060ccedc5f 100755
--- a/recipe_modules/bot_update/resources/bot_update.py
+++ b/recipe_modules/bot_update/resources/bot_update.py
@@ -1108,10 +1108,6 @@ def apply_rietveld_issue(issue, patchset, root, server, _rev_map, _revision,
'--force',
# Don't run gclient sync when it sees a DEPS change.
'--ignore_deps',
- # TODO(tandrii): remove after http://crbug.com/537417 is resolved.
- # Temporary enable verbosity to see if Rietveld requests are actually
- # retried.
- '-v', '-v', # = logging.DEBUG level.
]
# Use an oauth key file if specified.
if email_file and key_file:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698