Skip to content

Commit fb9ffe2

Browse files
committed
remove cout
1 parent 806e564 commit fb9ffe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RecoLocalMuon/CSCRecHitD/src/CSCRecHitDBuilder.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ void CSCRecHitDBuilder::build( const CSCStripDigiCollection* stripdc, const CSCW
143143

144144

145145

146-
// LogTrace("CSCRecHitDBuilder") << "[CSCRecHitDBuilder] " << hits_in_layer << " rechits found in layer " << sDetId;
147-
std::cout << "[CSCRecHitDBuilder] " << hits_in_layer << " rechits found in layer " << sDetId << std::endl;
146+
LogTrace("CSCRecHitDBuilder") << "[CSCRecHitDBuilder] " << hits_in_layer << " rechits found in layer " << sDetId;
147+
// std::cout << "[CSCRecHitDBuilder] " << hits_in_layer << " rechits found in layer " << sDetId << std::endl;
148148

149149
// output vector of 2D rechits to collection
150150
if (hits_in_layer > 0) {

0 commit comments

Comments
 (0)