diff --git a/recipes/recipe_modules/bot_update/resources/bot_update.py b/recipes/recipe_modules/bot_update/resources/bot_update.py index c33203448..4c32ee406 100755 --- a/recipes/recipe_modules/bot_update/resources/bot_update.py +++ b/recipes/recipe_modules/bot_update/resources/bot_update.py @@ -716,7 +716,6 @@ def _git_checkout(sln, sln_dir, revisions, refs, no_fetch_tags, git_cache_dir, if url == CHROMIUM_SRC_URL or url + '.git' == CHROMIUM_SRC_URL: # This is for performance investigation of `git fetch` in chromium/src. env = { - 'GIT_CURL_VERBOSE': '1', 'GIT_TRACE': 'true', 'GIT_TRACE_PERFORMANCE': 'true', }