remove debug print

This commit is contained in:
tcprst 2020-10-17 15:00:55 -04:00
commit 4a5e58281b
No known key found for this signature in database
GPG key ID: 9145EAF5121AED25

View file

@ -407,7 +407,6 @@ static int cmd_hf_st_ndef(const char *Cmd) {
uint16_t sw = get_sw(response, resplen); uint16_t sw = get_sw(response, resplen);
if (sw != 0x9000) { if (sw != 0x9000) {
PrintAndLogEx(ERR, "Selecting NDEF aid failed (%04x - %s).", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff)); PrintAndLogEx(ERR, "Selecting NDEF aid failed (%04x - %s).", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff));
printf("Dropping field: 3\n");
DropField(); DropField();
return PM3_ESOFT; return PM3_ESOFT;
} }