Skip to content

Commit

Permalink
remove extraneous output
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy committed Oct 22, 2018
1 parent b91c2f3 commit 5d292ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Modules/Daq/src/DaqTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ void DaqTask::startOfCycle() { QcInfoLogger::GetInstance() << "startOfCycle" <<

void DaqTask::monitorData(o2::framework::ProcessingContext& ctx)
{
QcInfoLogger::GetInstance() << "initialize SkeletonTask" << AliceO2::InfoLogger::InfoLogger::endm;

// what does it mean to have several inputs ? is it that we defined several in the config file ?
// If I am connected to the readout can I ever receive several inputs ?
// TODO maybe we need a special daq task for the readout because we have to look into the weird data structure.
Expand Down

0 comments on commit 5d292ed

Please sign in to comment.