Skip to content

Commit

Permalink
remove DEBUG for Clupatra
Browse files Browse the repository at this point in the history
  • Loading branch information
fucd committed Oct 17, 2023
1 parent e883576 commit 293277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/options/sim-rec-trackerecal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 293277b

Please sign in to comment.