Skip to content

Commit 37a52fd

Browse files
Turn off debug.
1 parent aa78ba4 commit 37a52fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

detector-model/src/main/java/org/lcsim/geometry/compact/converter/lcdd/HPSTracker2014Base.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232
public abstract class HPSTracker2014Base extends LCDDSubdetector {
3333

34-
protected boolean _debug = true;
34+
protected boolean _debug = false;
3535
protected static HPSTrackerLCDDBuilder builder;
3636
private final boolean buildBeamPlane = false;
3737
private final double beamPlaneWidth = 385.00;

0 commit comments

Comments
 (0)