Remove testing echos

This commit is contained in:
Dennis ten Hoove 2024-03-17 10:04:58 +01:00
parent 105603817b
commit bbe9905817

3
arkdep
View file

@ -179,9 +179,6 @@ healthcheck () {
cleanup () {
echo UN: ${untracked[@]}
echo A: ${hanging_cache[@]}
if [[ -n $untracked ]]; then
printf '\e[1;34m-->\e[0m\e[1m Cleaning up untracked deployments\e[0m\n'
for target in ${untracked[@]}; do