diff --git a/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx b/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx index 5075fd58f82a8..ab72e517464d4 100644 --- a/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx +++ b/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx @@ -175,7 +175,7 @@ int RawDataDecoder::decodeRaw(o2::framework::InputRecord& inputs, std::vector> 8; - //LOG(info) << "CRU link:" << linkCRU; + // LOG(info) << "CRU link:" << linkCRU; if (linkCRU == o2::ctp::GBTLinkIDIntRec) { payloadCTP = o2::ctp::NIntRecPayload; } else if (linkCRU == o2::ctp::GBTLinkIDClassRec) {