Skip to content

Commit e0e805d

Browse files
Avoid to print 2x
1 parent 6a8cb0c commit e0e805d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

DATA/production/configurations/asyncReco/async_pass.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ elif [[ $1 != "list.list" && "${1##*.}" == "list" ]]; then
4242
shift
4343
fi
4444

45-
if [[ -f list.list ]]; then
46-
echo "Processing will be on the following list of files:"
47-
cat list.list
48-
echo -e "\n"
49-
fi
50-
5145
# Could need sometimes to iterate just a subset of the input files
5246
#
5347
[ -z ${ALIEN_JDL_INPUTFILELIMIT} ] && ALIEN_JDL_INPUTFILELIMIT=($(cat list.list|wc -l))

0 commit comments

Comments
 (0)