diff --git a/src/host/modem/ModemV24.cpp b/src/host/modem/ModemV24.cpp index 1114b37e..ac22283a 100644 --- a/src/host/modem/ModemV24.cpp +++ b/src/host/modem/ModemV24.cpp @@ -2829,16 +2829,12 @@ void ModemV24::convertFromAirV24(uint8_t* data, uint32_t length, bool imm) case DUID::TDU: if (m_txCallInProgress) endOfStreamV24(); - else if (m_debug) - ::LogDebugEx(LOG_MODEM, "ModemV24::convertFromAirV24()", "P25 TDU received with no active V.24 TX call; suppressing STOP ICW"); break; case DUID::TDULC: { if (m_txCallInProgress) endOfStreamV24(); - else if (m_debug) - ::LogDebugEx(LOG_MODEM, "ModemV24::convertFromAirV24()", "P25 TDULC received with no active V.24 TX call; suppressing STOP ICW"); lc::tdulc::LC_TDULC_RAW tdulc = lc::tdulc::LC_TDULC_RAW(); if (!tdulc.decode(data + 2U)) {