From 8e9c5b8338b3209feadbd9c6d1fca7367a1ade34 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 30 Aug 2018 04:55:54 +1200 Subject: [PATCH] chore: fix bootstrap script on 3-0-x (#14361) --- script/bootstrap.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/bootstrap.py b/script/bootstrap.py index e4aaf89e216b..3195fa459b91 100755 --- a/script/bootstrap.py +++ b/script/bootstrap.py @@ -169,8 +169,6 @@ def setup_libchromiumcontent(is_dev, target_arch, url, mkdir_p(target_dir) else: mkdir_p(DOWNLOAD_DIR) - if is_verbose_mode(): - args += ['-v'] if is_dev: subprocess.check_call([sys.executable, script] + args) else: