From d6d40452022e211c51a526a8b873a1f7ba8bb280 Mon Sep 17 00:00:00 2001 From: Damian Ujma Date: Thu, 7 Nov 2024 17:20:55 +0100 Subject: [PATCH] ACS-8983 Remove echo --- scripts/dev/check-format-and-headers-for-branch.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dev/check-format-and-headers-for-branch.sh b/scripts/dev/check-format-and-headers-for-branch.sh index b1503201b0..d200154feb 100755 --- a/scripts/dev/check-format-and-headers-for-branch.sh +++ b/scripts/dev/check-format-and-headers-for-branch.sh @@ -18,7 +18,6 @@ do fi done include_list=${include_list:1} -echo $include_list mvn spotless:apply validate -DlicenseUpdateHeaders=true -Pags,all-tas-tests -Dspotless-include-list="${include_list}" > /dev/null || true