Skip to content

Commit 6792894

Browse files
committed
Remove unneeded debug statements.
1 parent fe362d6 commit 6792894

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

DMRSlot.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1053,15 +1053,11 @@ void CDMRSlot::setShortLC(unsigned int slotNo, unsigned int id, FLCO flco, bool
10531053

10541054
lc[4U] = CCRC::crc8(lc, 4U);
10551055

1056-
CUtils::dump(1U, "Short LC", lc, 5U);
1057-
10581056
unsigned char sLC[9U];
10591057

10601058
CDMRShortLC shortLC;
10611059
shortLC.encode(lc, sLC);
10621060

1063-
CUtils::dump(1U, "Short LC with FEC", sLC, 9U);
1064-
10651061
m_modem->writeDMRShortLC(sLC);
10661062
}
10671063

0 commit comments

Comments
 (0)