Skip to content

Commit

Permalink
Remove unneeded debug statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Feb 23, 2016
1 parent fe362d6 commit 6792894
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DMRSlot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 6792894

Please sign in to comment.