diff --git a/fec.cpp b/fec.cpp index 9cc061a..d50b100 100644 --- a/fec.cpp +++ b/fec.cpp @@ -1238,8 +1238,6 @@ bool QR_16_7_6::decode(unsigned char *rxBits) + (rxBits[15] * m_H[16*is + 15])) % 2) << (8-is); } - std::cout << "QR_16_7_6::decode: syndromeI: " << std::hex << syndromeI << std::endl; - if (syndromeI > 0) { int i = 0;