diff --git a/linux/devices/ploc/PlocSupvUartMan.cpp b/linux/devices/ploc/PlocSupvUartMan.cpp index fc03cbd7..c423944f 100644 --- a/linux/devices/ploc/PlocSupvUartMan.cpp +++ b/linux/devices/ploc/PlocSupvUartMan.cpp @@ -100,7 +100,7 @@ ReturnValue_t PlocSupvUartManager::performOperation(uint8_t operationCode) { lock->unlockMutex(); semaphore->acquire(); while (true) { - sif::debug << "SUPV UART MAN: Running.." << std::endl; + // sif::debug << "SUPV UART MAN: Running.." << std::endl; putTaskToSleep = handleUartReception(); if (putTaskToSleep) { performUartShutdown();