Remove unneeded debug statements.

This commit is contained in:
Jonathan Naylor 2016-02-23 06:26:54 +00:00
parent fe362d6e2d
commit 6792894c00
1 changed files with 0 additions and 4 deletions

View File

@ -1053,15 +1053,11 @@ void CDMRSlot::setShortLC(unsigned int slotNo, unsigned int id, FLCO flco, bool
lc[4U] = CCRC::crc8(lc, 4U);
CUtils::dump(1U, "Short LC", lc, 5U);
unsigned char sLC[9U];
CDMRShortLC shortLC;
shortLC.encode(lc, sLC);
CUtils::dump(1U, "Short LC with FEC", sLC, 9U);
m_modem->writeDMRShortLC(sLC);
}