mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
remove debug print
This commit is contained in:
parent
3b5cb752a4
commit
4a5e58281b
1 changed files with 0 additions and 1 deletions
|
@ -407,7 +407,6 @@ static int cmd_hf_st_ndef(const char *Cmd) {
|
|||
uint16_t sw = get_sw(response, resplen);
|
||||
if (sw != 0x9000) {
|
||||
PrintAndLogEx(ERR, "Selecting NDEF aid failed (%04x - %s).", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff));
|
||||
printf("Dropping field: 3\n");
|
||||
DropField();
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue