Skip to content

Commit 6ffa333

Browse files
committed
Remove debug logging
1 parent b63b905 commit 6ffa333

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ALICE3/TableProducer/alice3MulticharmFinder.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ struct Alice3MulticharmFinder {
521521

522522
GET_HIST(TH1, histPath + "hNCollisions")->Fill(1);
523523
GET_HIST(TH1, histPath + "hNTracks")->Fill(tracks.size());
524-
std::cout << tracks.size() << std::endl;
525524
if (tracks.size() < minNTracks.value[collision.lutConfigId()]) {
526525
return;
527526
}

0 commit comments

Comments
 (0)