Merge "Fix get_packages when $DISTRO is not set"
diff --git a/functions-common b/functions-common
index 7a6c3a1..3b4309a 100644
--- a/functions-common
+++ b/functions-common
@@ -1011,7 +1011,6 @@
     fi
     if [[ -z "$DISTRO" ]]; then
         GetDistro
-        echo "Found Distro $DISTRO"
     fi
     for service in ${services//,/ }; do
         # Allow individual services to specify dependencies