From 5d292ed26845a43994da02ac6b9a1c72632fda9e Mon Sep 17 00:00:00 2001 From: Barthelemy Date: Mon, 22 Oct 2018 15:36:34 +0200 Subject: [PATCH] remove extraneous output --- Modules/Daq/src/DaqTask.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/Daq/src/DaqTask.cxx b/Modules/Daq/src/DaqTask.cxx index 59da70ee07..1bf48450bd 100644 --- a/Modules/Daq/src/DaqTask.cxx +++ b/Modules/Daq/src/DaqTask.cxx @@ -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.