Browse Source

chore: fix bootstrap script on 3-0-x (#14361)

Samuel Attard 6 years ago
parent
commit
8e9c5b8338
1 changed files with 0 additions and 2 deletions
  1. 0 2
      script/bootstrap.py

+ 0 - 2
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: