Skip to content

Commit f680da2

Browse files
authored
[PWGUD] decrease log output (#14095)
1 parent 8812e2b commit f680da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGUD/Tasks/flowCumulantsUpc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,12 +1039,12 @@ struct FlowCumulantsUpc {
10391039
if (withinPtPOI && withinPtRef) {
10401040
fGFWMC->Fill(eta, fPtAxis->FindBin(pt) - 1, phi, wacc * weff, 4);
10411041
}
1042-
LOG(info) << "successfully filled" << std::endl;
1042+
// LOG(info) << "successfully filled" << std::endl;
10431043
}
10441044
registry.fill(HIST("hTrackCorrection2dMC"), mcParticles.size(), nTracksCorrected);
10451045
// Filling Flow Container
10461046
for (uint l_ind = 0; l_ind < corrconfigsmc.size(); l_ind++) {
1047-
LOG(info) << "filling flow container for MC" << std::endl;
1047+
// LOG(info) << "filling flow container for MC" << std::endl;
10481048
fillFCMC(corrconfigsmc.at(l_ind), independent, lRandomMc);
10491049
}
10501050
}

0 commit comments

Comments
 (0)