From 2f90c3e9374f075defa2a37737ff1b25d2f1b5a3 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Mon, 2 May 2022 13:51:56 +0200 Subject: [PATCH] removed debug print --- mission/devices/PCDUHandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mission/devices/PCDUHandler.cpp b/mission/devices/PCDUHandler.cpp index 260c99c2..8e9f1918 100644 --- a/mission/devices/PCDUHandler.cpp +++ b/mission/devices/PCDUHandler.cpp @@ -101,7 +101,6 @@ void PCDUHandler::readCommandQueue() { for (result = commandQueue->receiveMessage(&command); result == RETURN_OK; result = commandQueue->receiveMessage(&command)) { result = poolManager.handleHousekeepingMessage(&command); - sif::debug << "PCDUHandler: Received message" << std::endl; if (result == RETURN_OK) { continue; }