removed debug print
This commit is contained in:
2
fsfw
2
fsfw
Submodule fsfw updated: 43aad11859...d61fe7db93
@ -101,7 +101,6 @@ void PCDUHandler::readCommandQueue() {
|
|||||||
for (result = commandQueue->receiveMessage(&command); result == RETURN_OK;
|
for (result = commandQueue->receiveMessage(&command); result == RETURN_OK;
|
||||||
result = commandQueue->receiveMessage(&command)) {
|
result = commandQueue->receiveMessage(&command)) {
|
||||||
result = poolManager.handleHousekeepingMessage(&command);
|
result = poolManager.handleHousekeepingMessage(&command);
|
||||||
sif::debug << "PCDUHandler: Received message" << std::endl;
|
|
||||||
if (result == RETURN_OK) {
|
if (result == RETURN_OK) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user