printf remove

This commit is contained in:
iceman1001 2020-08-29 11:55:36 +02:00
commit a34b9293e8

View file

@ -940,17 +940,16 @@ static int CmdHF14BDump(const char *Cmd) {
blocknum = 0xFF;
}
printf(".");
fflush(stdout);
PrintAndLogEx(NORMAL, "." NOLF);
}
}
PrintAndLogEx(NORMAL, "");
if (blocknum != 0xFF) {
PrintAndLogEx(NORMAL, "\n Dump failed");
PrintAndLogEx(NORMAL, "Dump failed");
goto out;
}
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(NORMAL, "block# | data | ascii");
PrintAndLogEx(NORMAL, "---------+--------------+----------");