From a636d975517572dd9120b224ad318890477712e4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 14 Sep 2024 14:24:03 +0200 Subject: [PATCH] remove non informative message --- client/src/cmdhf14a.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/src/cmdhf14a.c b/client/src/cmdhf14a.c index b30996230..6bdc9951e 100644 --- a/client/src/cmdhf14a.c +++ b/client/src/cmdhf14a.c @@ -2610,12 +2610,7 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) { PrintAndLogEx(SUCCESS, "Static nonce......... " _YELLOW_("yes")); } - if (res == NONCE_FAIL) { - PrintAndLogEx(SUCCESS, "nonce................ " _RED_("read failed")); - } - if (res == NONCE_NORMAL) { - // not static res = detect_classic_prng(); if (res == 1) {