From 293277b22c059024f1c3b27537077d3b7a7e0984 Mon Sep 17 00:00:00 2001 From: Chengdong Fu Date: Tue, 17 Oct 2023 15:30:31 +0800 Subject: [PATCH] remove DEBUG for Clupatra --- Examples/options/sim-rec-trackerecal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/options/sim-rec-trackerecal.py b/Examples/options/sim-rec-trackerecal.py index 3e307aaf0..c3a8f6d68 100644 --- a/Examples/options/sim-rec-trackerecal.py +++ b/Examples/options/sim-rec-trackerecal.py @@ -148,7 +148,7 @@ from Configurables import ClupatraAlg clupatra = ClupatraAlg("Clupatra") clupatra.TPCHitCollection = tpchitname -clupatra.OutputLevel = DEBUG +#clupatra.OutputLevel = DEBUG from Configurables import SiliconTrackingAlg tracking = SiliconTrackingAlg("SiliconTracking")