From b6729739589469741f5ee45e25f199faa40495cb Mon Sep 17 00:00:00 2001 From: Marvin Hemmer Date: Thu, 15 Jan 2026 13:38:36 +0100 Subject: [PATCH] Fix excessive logs --- PWGEM/PhotonMeson/Core/V0PhotonCut.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/PWGEM/PhotonMeson/Core/V0PhotonCut.cxx b/PWGEM/PhotonMeson/Core/V0PhotonCut.cxx index 5f3d723fa8f..e6087f76fe7 100644 --- a/PWGEM/PhotonMeson/Core/V0PhotonCut.cxx +++ b/PWGEM/PhotonMeson/Core/V0PhotonCut.cxx @@ -318,12 +318,10 @@ void V0PhotonCut::SetNamesInputFeatures(const std::vector& featureN void V0PhotonCut::SetCentrality(float cent) { mCent = cent; - LOG(info) << "V0 Photon Cut, set centrality: " << mCent; } void V0PhotonCut::SetD_Bz(float d_bz) { mD_Bz = d_bz; - LOG(info) << "V0 Photon Cut, set d_bz: " << mD_Bz; } void V0PhotonCut::SetCutDirMl(const std::vector& cutDirMl)