Skip to content

Commit

Permalink
refactor: remove printout
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 19, 2023
1 parent c40c349 commit 054e0f7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 054e0f7

Please sign in to comment.