From 1dfe251b36d8dcd656cfb711e040975801230527 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 13 Dec 2019 08:48:07 -0600 Subject: [PATCH] turn off debug --- lib/linter.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index 52f8d0d6..dc934ed4 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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 ###################################################