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