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 0da6093c541081802012f3540e406de56cc4e777..d0a42c0b61d6d4a02d2a12955dd02246378e031e 100755 |
--- a/recipe_modules/bot_update/resources/bot_update.py |
+++ b/recipe_modules/bot_update/resources/bot_update.py |
@@ -651,12 +651,6 @@ def solutions_to_git(input_solutions): |
first_solution = False |
solution['managed'] = False |
- # We don't want gclient to be using a safesync URL. Instead it should |
- # using the lkgr/lkcr branch/tags. |
- if 'safesync_url' in solution: |
- print 'Removing safesync url %s from %s' % (solution['safesync_url'], |
- parsed_path) |
- del solution['safesync_url'] |
return solutions, root, buildspec |