Skip to content

Commit

Permalink
Removed leftover debug message in QR_16_7_6::decode
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Apr 19, 2021
1 parent ad9f655 commit 5809057
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5809057

Please sign in to comment.