From 990673ab280b2d98cc7660478f3baae84750dde8 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Wed, 6 Dec 2023 16:24:44 +0100 Subject: [PATCH] Comment out debug printouts --- graphics/VP1/VP1Algs/share/vp1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/graphics/VP1/VP1Algs/share/vp1 b/graphics/VP1/VP1Algs/share/vp1 index ce79aa6eae08..a12678e56712 100755 --- a/graphics/VP1/VP1Algs/share/vp1 +++ b/graphics/VP1/VP1Algs/share/vp1 @@ -1,5 +1,9 @@ #!/bin/bash +# +# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration +# + # Script to construct the command that launches Athena on vp1.py, # with all the appropriate options (in the -c flag). # @@ -22,9 +26,10 @@ #fixme/todo: option to start cruise mode (event/second) #fixme/todo: MULTINP_CPY should not be allowed to exist beforehand! +# For DEBUG only # Prefix all output from this script with '[vp1]' -exec > >(trap "" INT TERM; sed 's/^/[vp1] /') -exec 2> >(trap "" INT TERM; sed 's/^/[vp1\/stderr] /' >&2) +#exec > >(trap "" INT TERM; sed 's/^/[vp1] /') +#exec 2> >(trap "" INT TERM; sed 's/^/[vp1\/stderr] /' >&2) ### TERMINAL COLORS ### -- GitLab