From e796aafef7bca0cf1ed5a36af1e4da043e6e38e9 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 13 Mar 2015 13:35:44 +0000 Subject: [PATCH] Task #7555: Stop spamming MACScheduler.stdout with messages, since we can now tap them at MessageRouter --- MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc b/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc index 5464388d30b..c52819c466c 100644 --- a/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc +++ b/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc @@ -845,7 +845,6 @@ void MACScheduler::_setParsetOnMsgBus(const string& filename) const obsSpecs.writeStream(ss); outMsg.setTXTPayload(ss.str()); #endif - cout << outMsg << endl; itsMsgQueue->send(outMsg); } -- GitLab