diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 1f629028e..5a4ff3e86 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -3564,13 +3564,6 @@ out: } free(fptr); - if (found_keys == (sectorsCnt << 1)) { - PrintAndLogEx(SUCCESS, "Card dumped as well. run " _YELLOW_("`%s %c`"), - "hf mf esave", - GetFormatFromSector(sectorsCnt) - ); - } - } }