Remove AMBE FEC BER messages for DMR and D-Star.

This commit is contained in:
Jonathan Naylor
2016-04-27 06:43:47 +01:00
parent 306240cfb6
commit dc3fed940c
2 changed files with 7 additions and 7 deletions

View File

@@ -246,7 +246,7 @@ bool CDStarControl::writeModem(unsigned char *data)
if (m_rfN == 0U)
CSync::addDStarSync(data + 1U);
LogDebug("D-Star, audio sequence no. %u, errs: %u/48", m_rfN, errors);
// LogDebug("D-Star, audio sequence no. %u, errs: %u/48", m_rfN, errors);
if (m_net)
writeNetworkDataRF(data, errors, false);
@@ -355,7 +355,7 @@ bool CDStarControl::writeModem(unsigned char *data)
m_rfErrs += errors;
m_rfBits += 48U;
LogDebug("D-Star, audio sequence no. %u, errs: %u/48", m_rfN, errors);
// LogDebug("D-Star, audio sequence no. %u, errs: %u/48", m_rfN, errors);
if (m_net)
writeNetworkDataRF(data, errors, false);