Skip to content

Commit c621847

Browse files
Jinhyun ParkJinhyun Park
authored andcommitted
Remove unnecessary printout for debugging
1 parent 09a6a5c commit c621847

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PWGHF/TableProducer/candidateCreatorXic0Omegac0Qa.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,8 +1116,6 @@ struct HfCandidateCreatorXic0Omegac0Qa {
11161116
trackParCovCharmBach.setAbsCharge(1);
11171117
trackParCovCasc.setAbsCharge(1);
11181118

1119-
LOGF(info, " V0DauPos(%d) V0DauNeg(%d) Bach(%d) CharmBach(%d)", kfPos.GetPDG(), kfNeg.GetPDG(), kfBachToCasc.GetPDG(), kfCharmBachToCharmBaryon.GetPDG());
1120-
11211119
std::array<float, 3> vertexV0 = {kfV0.GetX(), kfV0.GetY(), kfV0.GetZ()};
11221120
std::array<float, 3> vertexCasc = {kfCasc.GetX(), kfCasc.GetY(), kfCasc.GetZ()};
11231121

0 commit comments

Comments
 (0)