Skip to content

Commit 73adf92

Browse files
committed
Remove debug print
1 parent 0171507 commit 73adf92

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

PWGDQ/Tasks/tableReader_withAssoc.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,11 +2121,6 @@ struct AnalysisAsymmetricPairing {
21212121
} // end loop (pair cuts)
21222122
} // end if (pair cuts)
21232123
}
2124-
// DEBUG
2125-
cout << "!!! INIT" << endl;
2126-
for (const auto& pair : fTrackHistNames) {
2127-
cout << pair.first << " : " << pair.second[0] << endl;
2128-
}
21292124
}
21302125
// Make sure the leg cuts are covered by the configured filter masks
21312126
if (fLegAFilterMask != fConstructedLegAFilterMask) {

0 commit comments

Comments
 (0)