(scripts) removed annoying message

This commit is contained in:
scbj
2026-03-12 17:10:12 +01:00
parent 2e31808df1
commit 40601f53da

View File

@@ -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