From 054e0f790b3a6e46ccfaf9dc692c4b863ab1539e Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 19 Sep 2023 18:55:36 -0400 Subject: [PATCH] refactor: remove printout --- bin/env.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/env.sh b/bin/env.sh index 749cb82ecc..b4d0d2bb8a 100644 --- a/bin/env.sh +++ b/bin/env.sh @@ -2,13 +2,6 @@ thisEnv=${BASH_SOURCE[0]:-$0} export CLAS12DIR=$(realpath $(dirname $thisEnv)/..) -echo """ -BASH_SOURCE[0] = ${BASH_SOURCE[0]} -0 = $0 -1 = $1 -thisEnv = $thisEnv -CLAS12DIR = $CLAS12DIR -""" # Set default field maps (but do not override user's env): if [ -z "$COAT_MAGFIELD_TORUSMAP" ]; then