From b12beae67fab7a1c25e8922b9d010943f0741cb5 Mon Sep 17 00:00:00 2001 From: John Wiebalk Date: Thu, 9 Jan 2020 20:10:34 -0500 Subject: [PATCH] remove debug statement --- lib/linter.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 1b25539d..0adb7c7c 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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 ##################