Skip to content

Commit 77e7eed

Browse files
authored
[EMCAL-526] Remove leftover debug statements from previous investigation (#802)
1 parent dc53b94 commit 77e7eed

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Modules/EMCAL/src/RawTask.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -377,15 +377,10 @@ void RawTask::monitorData(o2::framework::ProcessingContext& ctx)
377377
for (Int_t i = 0; i < NFEESM; i++)
378378
nchannels[i] = 0;
379379

380-
// Accept only descriptor RAWDATA, discard FLP/SUBTIMEFRAME
381-
std::cout << "Found " << ctx.inputs().size() << " inputs" << std::endl;
382-
383380
auto posReadout = ctx.inputs().getPos("readout");
384381
auto nslots = ctx.inputs().getNofParts(posReadout);
385382
for (decltype(nslots) islot = 0; islot < nslots; islot++) {
386383
auto rawData = ctx.inputs().getByPos(posReadout, islot);
387-
auto datahead = framework::DataRefUtils::getHeader<header::DataHeader*>(rawData);
388-
std::cout << "Next input " << rawData.spec->binding << "" << datahead->dataOrigin.str << "/" << datahead->dataDescription.str << ", subspec " << datahead->subSpecification << std::endl;
389384
// get message header
390385
if (rawData.header != nullptr && rawData.payload != nullptr) {
391386
const auto* header = header::get<header::DataHeader*>(rawData.header);

0 commit comments

Comments
 (0)