turn off debug

This commit is contained in:
Lucas Gravley 2019-12-13 08:48:07 -06:00
parent 5a306e699f
commit 1dfe251b36

View file

@ -101,13 +101,13 @@ Header()
echo "---------------------------------------------"
echo ""
echo "--- DEBUG ---"
echo "---------------------------------------------"
RUNNER=$(whoami)
echo "Runner:[$RUNNER]"
echo "ENV:"
printenv
echo "---------------------------------------------"
# echo "--- DEBUG ---"
# echo "---------------------------------------------"
# RUNNER=$(whoami)
# echo "Runner:[$RUNNER]"
# echo "ENV:"
# printenv
# echo "---------------------------------------------"
}
################################################################################
#### Function GetLinterRules ###################################################