remove unused message log

This commit is contained in:
PhaseLoop 2024-01-16 22:40:17 +00:00
commit be374ec2af

View file

@ -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)
);
}
}
}