From 4a5e58281b3023b6799627576fdb0c1f5b4b5a8c Mon Sep 17 00:00:00 2001 From: tcprst Date: Sat, 17 Oct 2020 15:00:55 -0400 Subject: [PATCH] remove debug print --- client/src/cmdhfst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/cmdhfst.c b/client/src/cmdhfst.c index 2f94e355b..502e6413a 100644 --- a/client/src/cmdhfst.c +++ b/client/src/cmdhfst.c @@ -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; }