summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-08-06 18:33:34 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-08-07 13:01:44 +0200
commit0aa86308cf9ca2f018a1085a7b38bc9337b1405f (patch)
treef7a8899798088820ceef656a9f52d1db98eca112
parentc0708dea5ee4c321cdd28d8e728c8840f3238aa4 (diff)
tcwg-report-stale-rr-jobs.sh: remove useless debug info
Change-Id: I06c148ef1a78b1687782730ea808b49627cecf16
-rwxr-xr-xtcwg-report-stale-rr-jobs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcwg-report-stale-rr-jobs.sh b/tcwg-report-stale-rr-jobs.sh
index 35d65469..e3e3e04d 100755
--- a/tcwg-report-stale-rr-jobs.sh
+++ b/tcwg-report-stale-rr-jobs.sh
@@ -369,7 +369,6 @@ classify_no_change_in_sources ()
# set diag if appopriate
pjt=$(echo ${test['gitproject']}|cut -d- -f1)
- echo "if [\${rr[debug_${pjt}_date]+abc} ]; then"
if [ "${rr[debug_${pjt}_date]+abc}" ]; then
local last_commit_date start_warn_date
last_commit_date="${rr[debug_${pjt}_date]}"