Skip to content

Commit e5734c6

Browse files
author
Prottay Das
committed
removed printout
1 parent 6b5e60c commit e5734c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGCF/TableProducer/filter2Prong.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,9 +553,9 @@ struct Filter2Prong {
553553
if (cfcollisions.size() <= 0)
554554
return; // rejected collision
555555

556-
LOG(info) << "****************************************";
557-
LOG(info) << "STARTING EVENT LOOP";
558-
LOG(info) << "****************************************";
556+
557+
558+
559559

560560
// V0
561561
for (const auto& v0 : V0s) { // Loop over V0 candidates

0 commit comments

Comments
 (0)