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
This commit is contained in:
Elliott Hughes 2018-05-04 13:21:16 -07:00
parent 5b36fb759b
commit 2f9152618f
1 changed files with 0 additions and 1 deletions

View File

@ -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