X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f0cf62cd734219c2f8b012a4e3ba42520344bce4..d3a22c7dfa87bf5e21d228849a602194be4a0895:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 9a9984d1..e38eee51 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -139,9 +139,7 @@ int CmdIndalaDemod(const char *Cmd) uint8_t rawbits[4096]; int rawbit = 0; int worst = 0, worstPos = 0; - - PrintAndLog("Expecting a bit less than %d raw bits", GraphTraceLen / 32); - + // PrintAndLog("Expecting a bit less than %d raw bits", GraphTraceLen / 32); for (i = 0; i < GraphTraceLen-1; i += 2) { count += 1; if ((GraphBuffer[i] > GraphBuffer[i + 1]) && (state != 1)) {