From 40601f53da71912f24f3195fc24cd1908c690b3b Mon Sep 17 00:00:00 2001 From: scbj Date: Thu, 12 Mar 2026 17:10:12 +0100 Subject: [PATCH] (scripts) removed annoying message --- scripts/trailing-whitespace.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/trailing-whitespace.sh b/scripts/trailing-whitespace.sh index b3be68b..a0e9ca6 100755 --- a/scripts/trailing-whitespace.sh +++ b/scripts/trailing-whitespace.sh @@ -97,10 +97,8 @@ function remove-whitespace { [[ -n "${trailing_whitespace}" ]]; then tput setaf 1 tput smso - echo "[ DO NOT LEAVE TRAILING WHITE SPACE IN PLAIN TEXT FILES !!! ]" - tput sgr0 - echo "" echo "The following files contained whitespace:" + tput sgr0 echo -e "${trailing_whitespace}" fi