diff --git a/client/cmdhfmfu.c b/client/cmdhfmfu.c index 09e0aff56..af501d8f2 100644 --- a/client/cmdhfmfu.c +++ b/client/cmdhfmfu.c @@ -2797,8 +2797,7 @@ static int CmdHF14MfuNDEF(const char *Cmd) { return PM3_ESOFT; } } - - PrintAndLogEx(INFO, "ICE:: %s", sprint_hex(records, maxsize)); + DropField(); status = NDEFDecodeAndPrint(records, (size_t)maxsize, true); free(records);