remove 503 notification, unnecessary and confusing

This commit is contained in:
Asif Bacchus 2019-05-24 22:38:31 -06:00
parent 7ffeb71de1
commit 2873edd128
1 changed files with 0 additions and 2 deletions

View File

@ -264,8 +264,6 @@ if [ $use503 -eq 1 ]; then
elif [ ! -d "$webroot" ]; then
badParam dne "(--webroot default)" "$webroot"
fi
printf "${cyan}[%s] -- [INFO] Using 503 functionality --${norm}\n" \
"$(stamp)" >> "$logFile"
fi