From 5809057a448f7069c981252100c41f3e3862599e Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 19 Apr 2021 11:32:38 +0200 Subject: [PATCH] Removed leftover debug message in QR_16_7_6::decode --- fec.cpp | 2 -- 1 file changed, 2 deletions(-) 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;