Skip to content

Commit dd7f6a9

Browse files
authored
Fix excessive logs (#14500)
1 parent 7a206dc commit dd7f6a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGEM/PhotonMeson/Core/V0PhotonCut.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,10 @@ void V0PhotonCut::SetNamesInputFeatures(const std::vector<std::string>& featureN
318318
void V0PhotonCut::SetCentrality(float cent)
319319
{
320320
mCent = cent;
321-
LOG(info) << "V0 Photon Cut, set centrality: " << mCent;
322321
}
323322
void V0PhotonCut::SetD_Bz(float d_bz)
324323
{
325324
mD_Bz = d_bz;
326-
LOG(info) << "V0 Photon Cut, set d_bz: " << mD_Bz;
327325
}
328326

329327
void V0PhotonCut::SetCutDirMl(const std::vector<int>& cutDirMl)

0 commit comments

Comments
 (0)