Merge "Stop being noisy about including the bash completions."
diff --git a/envsetup.sh b/envsetup.sh
index 1169ca8..bad16e2 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -331,7 +331,6 @@
 
     for f in system/core/adb/adb.bash system/core/fastboot/fastboot.bash; do
         if [ -f $f ]; then
-            echo "including $f"
             . $f
         fi
     done