Index: third_party/mojo/src/mojo/public/tools/pylib/gs.py |
diff --git a/third_party/mojo/src/mojo/public/tools/pylib/gs.py b/third_party/mojo/src/mojo/public/tools/pylib/gs.py |
index f8761b53b1dc95bc1617ed00b5eec45194ba0b90..3e7192d735044201ade1306bfed802c6cf83e9a1 100644 |
--- a/third_party/mojo/src/mojo/public/tools/pylib/gs.py |
+++ b/third_party/mojo/src/mojo/public/tools/pylib/gs.py |
@@ -23,7 +23,6 @@ def download_from_public_bucket(gs_path, output_path, depot_tools_path): |
try: |
subprocess.check_output( |
[gsutil_exe, |
- "--bypass_prodaccess", |
"cp", |
gs_path, |
output_path], |