From 2f9152618f5d62919b9036fca34ae6e31ada7e3a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 4 May 2018 13:21:16 -0700 Subject: [PATCH] Stop being noisy about including the bash completions. Now most of the other noise is gone, we should probably quiet down too. Bug: N/A Test: `source build/envsetup.sh` Change-Id: Ic5b169b1771163488e70d732276372efbf304bae --- envsetup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index 1169ca83a..bad16e23e 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -331,7 +331,6 @@ function addcompletions() for f in system/core/adb/adb.bash system/core/fastboot/fastboot.bash; do if [ -f $f ]; then - echo "including $f" . $f fi done