From f08709ef29e6c927f93672215b84dee6a35b19bc Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 17 Nov 2022 15:24:26 +0100 Subject: [PATCH] switch off debugging spam --- linux/devices/ploc/PlocSupvUartMan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();