remove leftover debugging commented out code;

This commit is contained in:
Bryan Biedenkapp 2018-10-03 23:19:27 -04:00
parent 118a71148b
commit 69f1da7689

View file

@ -258,8 +258,6 @@ bool CP25Data::decodeLDU2(const unsigned char* data)
CP25Utils::decode(data, raw, 1356U, 1398U);
decodeLDUHamming(raw, rs + 15U);
// CUtils::dump(2U, "LDU2 RS", rs, P25_LDU_LC_LENGTH_BYTES);
// decode RS (24,16,9) FEC
try {
bool ret = m_rs241213.decode24169(rs);