mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
remove debugstatement
This commit is contained in:
parent
102d8830a1
commit
2ae3a84db6
1 changed files with 0 additions and 1 deletions
|
@ -436,7 +436,6 @@ static int cmd_hf_st_ndef(const char *Cmd) {
|
|||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
PrintAndLogEx(INFO, "ice: %s", sprint_hex_inrow(response + 2, resplen - 4));
|
||||
NDEFRecordsDecodeAndPrint(response + 2, resplen - 4);
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue