removed debugging code

pull/564/head
Thomas Runyon 2019-01-15 16:21:59 -05:00
parent 163844cb13
commit f47e404125
1 changed files with 0 additions and 9 deletions

View File

@ -20,15 +20,6 @@ set -o errexit
set -o nounset
set -o pipefail
if [ ! -z "$WHAT" ]; then #ccheck not empty
for pkg in ${WHAT}
do
echo ${pkg}
done
fi
exit 0
# Set locale to ensure english responses from kubectl commands
export LANG=C