diff --git a/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc b/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc
index 5464388d30bb33ac1d421301d7fe5b8765d52124..c52819c466c14f2a59282e1d8eed3adb397b926c 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);
 }