whoops remove debug trace;

pull/69/head
Bryan Biedenkapp 1 year ago
parent 0673aac088
commit d1730d40fc

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

Loading…
Cancel
Save

Powered by TurnKey Linux.