Remove excessive logging which slows the modem down.

48kHz
Jonathan Naylor 2016-03-24 12:57:11 +00:00
parent 65c639a3c5
commit c0c12bdb67
1 changed files with 0 additions and 3 deletions

View File

@ -320,9 +320,6 @@ void CDMRSlotRX::correlateEMB()
}
if (corr > m_maxCorr) {
#if defined(WANT_DEBUG)
DEBUG3("DMRSlotRX: emb found slot/rel pos", m_slot ? 2U : 1U, int16_t(m_dataPtr) - int16_t(m_syncPtr));
#endif
m_maxCorr = corr;
m_syncPtr = m_dataPtr;
m_endPtr = m_dataPtr + DMR_SLOT_TYPE_LENGTH_SAMPLES / 2U + DMR_INFO_LENGTH_SAMPLES / 2U - 1U;