From be374ec2afec6a77727cdb056820f0522d438048 Mon Sep 17 00:00:00 2001 From: PhaseLoop Date: Tue, 16 Jan 2024 22:40:17 +0000 Subject: [PATCH] remove unused message log --- client/src/cmdhfmf.c | 7 ------- 1 file changed, 7 deletions(-) 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) - ); - } - } }