Skip to content

Commit b1c76a5

Browse files
lietavashahor02
authored andcommitted
fix: remove debug
1 parent fff75cf commit b1c76a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Detectors/CTP/reconstruction/src/RawDataDecoder.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@ int RawDataDecoder::decodeRaw(o2::framework::InputRecord& inputs, std::vector<o2
302302
}
303303
// std::cout << "trgclassmask:" << std::hex << trgclassmask << std::dec << std::endl;
304304
ret = shiftInputs(digitsMap, digits, mTFOrbit);
305-
// if (mCheckConsistency) {
306-
if (1) {
305+
if (mCheckConsistency) {
307306
ret = checkReadoutConsistentncy(digits, trgclassmask, trgclassmaskNOTRGDet);
308307
}
309308
}

0 commit comments

Comments
 (0)