]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflegic.c
Merge pull request #26 from ickerwx/indentation_fix
[proxmark3-svn] / client / cmdhflegic.c
index bbdd091ee18756ef09fecf0bdaf67dd471ad0603..31d5900548c6bf01a2682c97cb2a664aabecdeaf 100644 (file)
@@ -419,18 +419,14 @@ int CmdLegicRFRead(const char *Cmd) {
                uint8_t isOK = resp.arg[0] & 0xFF;
                uint16_t len = resp.arg[1] & 0x3FF;
                if ( isOK ) {
-                       PrintAndLog("OK : %d", isOK);
                        PrintAndLog("use 'hf legic decode' or");
                        PrintAndLog("'data hexsamples %d' to view results", len);       
+                       
                }
        } else {
                PrintAndLog("command execution time out");
                return 1;
        }
-
-       //uint8_t got[12000];
-       //GetFromBigBuf(got,sizeof(got),0);
-       //WaitForResponse(CMD_ACK,NULL);
        return 0;
 }
 
Impressum, Datenschutz