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) {