diff --git a/bin/disinto b/bin/disinto index be49ce5..9ce96b8 100755 --- a/bin/disinto +++ b/bin/disinto @@ -794,7 +794,6 @@ _disinto_init_nomad() { done local IFS=' ' - echo "[deploy] deployment order: ${DEPLOY_ORDER}" for svc in $DEPLOY_ORDER; do # Seed this service (if seed script exists) local seed_name="$svc" @@ -811,7 +810,6 @@ _disinto_init_nomad() { # Deploy this service echo "── Deploy services dry-run ────────────────────────────" - echo "[deploy] services to deploy: ${with_services}" local jobspec_path="${FACTORY_ROOT}/nomad/jobs/${svc}.hcl" if [ ! -f "$jobspec_path" ]; then echo "Error: jobspec not found: ${jobspec_path}" >&2