Removed debug message

This commit is contained in:
DerLinkman 2022-10-21 11:54:23 +02:00
parent 6306c4555c
commit 58527857d9

View File

@ -54,8 +54,6 @@ COMPOSE_FILE=${SCRIPT_DIR}/../docker-compose.yml
ENV_FILE=${SCRIPT_DIR}/../.env
THREADS=$(echo ${THREADS:-1})
echo $THREADS
if [ ! -f ${COMPOSE_FILE} ]; then
echo "Compose file not found"
exit 1