remove debug statement

This commit is contained in:
John Wiebalk 2020-01-09 20:10:34 -05:00
parent fe1490cad9
commit b12beae67f

View file

@ -1962,7 +1962,6 @@ LintDockerFiles()
#################################
# shellcheck disable=SC2207
LIST_FILES=($(cd "$GITHUB_WORKSPACE" || exit; find . -type f -name "Dockerfile" 2>&1))
echo "testing $LIST_FILES"
fi
##################