From 38c697d3eccc54a5e46abc8c267cd0593b7b29b6 Mon Sep 17 00:00:00 2001 From: Gavin Mak Date: Thu, 14 Dec 2023 20:53:27 +0000 Subject: [PATCH] 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 Auto-Submit: Gavin Mak Commit-Queue: Will Harris --- update_depot_tools | 1 - 1 file changed, 1 deletion(-) diff --git a/update_depot_tools b/update_depot_tools index e5dfcd469d..fd1cec806e 100755 --- a/update_depot_tools +++ b/update_depot_tools @@ -120,7 +120,6 @@ function update_git_repo { # Update git checkouts. if [ "X$DEPOT_TOOLS_UPDATE" != "X0" ]; then - echo "Updating depot_tools..." 1>&2 if [ -e "$base_dir/.git" ]; then cd "$base_dir" update_git_repo