From 80325039e4ece56245ebbb945834004bc61e6735 Mon Sep 17 00:00:00 2001 From: mkrzewic Date: Tue, 11 Mar 2014 15:33:39 +0100 Subject: [PATCH] remove debug message --- PWGPP/QA/scripts/runQA.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/PWGPP/QA/scripts/runQA.sh b/PWGPP/QA/scripts/runQA.sh index 973f4dedec2..5767f6e046c 100755 --- a/PWGPP/QA/scripts/runQA.sh +++ b/PWGPP/QA/scripts/runQA.sh @@ -234,7 +234,6 @@ updateQA() unset linkedStuff declare -a linkedStuff for x in ${productionDir}/000*; do [[ -d $x ]] && ln -s $x && linkedStuff+=(${x##*/}); done - ls #merge trending files if any if /bin/ls 000*/trending.root &>/dev/null; then -- 2.43.5