This commit is contained in:
iceman1001 2020-04-02 09:34:03 +02:00
parent 61e59fa913
commit 47d43cfc56

View file

@ -2797,8 +2797,7 @@ static int CmdHF14MfuNDEF(const char *Cmd) {
return PM3_ESOFT; return PM3_ESOFT;
} }
} }
PrintAndLogEx(INFO, "ICE:: %s", sprint_hex(records, maxsize));
DropField(); DropField();
status = NDEFDecodeAndPrint(records, (size_t)maxsize, true); status = NDEFDecodeAndPrint(records, (size_t)maxsize, true);
free(records); free(records);