From d1730d40fc46a9f67eb22815ff6116b323a4bd72 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sun, 18 Aug 2024 12:47:10 -0400 Subject: [PATCH] whoops remove debug trace; --- src/host/Host.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/host/Host.cpp b/src/host/Host.cpp index a8a0604b..857888a6 100644 --- a/src/host/Host.cpp +++ b/src/host/Host.cpp @@ -1792,7 +1792,6 @@ void* Host::threadWatchdog(void* arg) } if (!host->m_disableWatchdogOverflow) { - LogDebug(LOG_HOST, "disableWatchdogOverflow = %u", host->m_disableWatchdogOverflow); if (host->m_modem->gotModemStatus() && !host->m_modem->hasP25Space(P25DEF::P25_LDU_FRAME_LENGTH_BYTES) && host->m_p25->isQueueFull() && !host->m_p25CtrlChannel && !host->m_p25BcastDurationTimer.isRunning()) { if (host->m_p25OverflowCnt > MAX_OVERFLOW_CNT) {