removed debug print
This commit is contained in:
parent
5f6a8fa37d
commit
2f90c3e937
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user