From a886d6041772091ca80c92afe863ff0f2213426b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 23 Aug 2020 20:00:26 +0200 Subject: [PATCH] fix: remove debug print --- rs01-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs01-common.c b/rs01-common.c index 88ae9ad..18960aa 100644 --- a/rs01-common.c +++ b/rs01-common.c @@ -353,7 +353,7 @@ void RS01ScanImage(Method *method, Image* image, struct MD5Context *ecc_ctxt, in } if(crc != crcbuf[crcidx++] && !current_missing) - { PrintCLI(_("* CRC error, sector: %lld, found %08x instead of %08x\n"), crc, crcbuf[crcidx], s); + { PrintCLI(_("* CRC error, sector: %lld\n"), s); image->crcErrors++; } }