]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
ADD: Holimans new changes in master.
[proxmark3-svn] / client / cmdlf.c
index 9a9984d18117275cadff6f8a2bbfebf30edfd328..e38eee51f410bd5edadcdf5eb8a5ccb551577251 100644 (file)
@@ -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)) {
Impressum, Datenschutz