aboutsummaryrefslogtreecommitdiffstats
path: root/mkosibuild-cron
diff options
context:
space:
mode:
Diffstat (limited to 'mkosibuild-cron')
-rwxr-xr-xmkosibuild-cron6
1 files changed, 0 insertions, 6 deletions
diff --git a/mkosibuild-cron b/mkosibuild-cron
index 7678e6e..cb7de43 100755
--- a/mkosibuild-cron
+++ b/mkosibuild-cron
@@ -38,12 +38,6 @@ if [[ -r /etc/mkosibuild ]]; then
fi
fi
-
-for machine in ${MACHINES[*]}; do
- echo "${machine}"
-done
-exit
-
# Check if logdir exists, and create it if not
[[ -d "${LOGDIR}" ]] || mkdir "${LOGDIR}"
chmod 750 "${LOGDIR}"