mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
remove non informative message
This commit is contained in:
parent
fc17873e1d
commit
a636d97551
1 changed files with 0 additions and 5 deletions
|
@ -2610,12 +2610,7 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
|
||||||
PrintAndLogEx(SUCCESS, "Static nonce......... " _YELLOW_("yes"));
|
PrintAndLogEx(SUCCESS, "Static nonce......... " _YELLOW_("yes"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (res == NONCE_FAIL) {
|
|
||||||
PrintAndLogEx(SUCCESS, "nonce................ " _RED_("read failed"));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (res == NONCE_NORMAL) {
|
if (res == NONCE_NORMAL) {
|
||||||
|
|
||||||
// not static
|
// not static
|
||||||
res = detect_classic_prng();
|
res = detect_classic_prng();
|
||||||
if (res == 1) {
|
if (res == 1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue