removed debug print

This commit is contained in:
Jakob Meier 2022-05-02 14:43:53 +02:00
parent d1a9924acc
commit 7a6b45b102
2 changed files with 1 additions and 2 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 43aad11859d5ca772d4323b24626d7a94646f3fd
Subproject commit d61fe7db93b37dd6652dbfee5b7c93f400ac5a11

View File

@ -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;
}