Browse Source

Don't print "Updating depot_tools"

This message is not useful.

Bug: 1418413
Change-Id: I37f92933dd6c5b40229cd8472551c0d1a3b5e962
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5123952
Reviewed-by: Will Harris <wfh@chromium.org>
Auto-Submit: Gavin Mak <gavinmak@google.com>
Commit-Queue: Will Harris <wfh@chromium.org>
Gavin Mak 1 năm trước cách đây
mục cha
commit
38c697d3ec
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      update_depot_tools

+ 0 - 1
update_depot_tools

@@ -120,7 +120,6 @@ function update_git_repo {
 
 
 # Update git checkouts.
 # Update git checkouts.
 if [ "X$DEPOT_TOOLS_UPDATE" != "X0" ]; then
 if [ "X$DEPOT_TOOLS_UPDATE" != "X0" ]; then
-  echo "Updating depot_tools..." 1>&2
   if [ -e "$base_dir/.git" ]; then
   if [ -e "$base_dir/.git" ]; then
     cd "$base_dir"
     cd "$base_dir"
     update_git_repo
     update_git_repo