Skip to content

Commit 59a0cb8

Browse files
author
Sunanda
committed
Move the debug statement with the EDM_ML_DEBUG loop
1 parent e1fb570 commit 59a0cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Geometry/HGCalGeometry/src/HGCalGeometry.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ void HGCalGeometry::newCell(
117117
m_validIds.emplace_back(idc);
118118
#ifdef EDM_ML_DEBUG
119119
edm::LogVerbatim("HGCalGeom") << "Valid Id [0] " << HGCScintillatorDetId(idc);
120-
#endif
121120
} else {
122121
edm::LogWarning("HGCalGeom") << "Check " << HGCScintillatorDetId(idc) << " from " << HGCScintillatorDetId(detId)
123122
<< " Mode " << m_topology.dddConstants().geomMode() << ":" << m_topology.geomMode()
124123
<< " Valid " << m_topology.tileTrapezoid() << ":" << m_topology.valid(idc)
125124
<< " ERROR ???";
126125
}
126+
#endif
127127
} else {
128128
#ifdef EDM_ML_DEBUG
129129
unsigned int cellAll(0), cellSelect(0);

0 commit comments

Comments
 (0)