From 1252aee27da3c8c4dc569b18736751f5e4c58489 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 25 Mar 2025 12:40:35 +0100 Subject: [PATCH] clean up text --- client/src/mifare/desfirecore.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/src/mifare/desfirecore.c b/client/src/mifare/desfirecore.c index 7a92e2344..9adfcdefd 100644 --- a/client/src/mifare/desfirecore.c +++ b/client/src/mifare/desfirecore.c @@ -1882,11 +1882,7 @@ int DesfireFillAppList(DesfireContext_t *dctx, PICCInfo_t *PICCInfo, AppListS ap void DesfirePrintPICCInfo(DesfireContext_t *dctx, PICCInfo_t *PICCInfo) { PrintAndLogEx(SUCCESS, "------------------------------------ " _CYAN_("PICC level") " -------------------------------------"); - if (PICCInfo->freemem == 0xffffffff) { - PrintAndLogEx(SUCCESS, "# applications....... " _YELLOW_("%zu"), PICCInfo->appCount); - } else { - PrintAndLogEx(SUCCESS, "# applications....... " _YELLOW_("%zu"), PICCInfo->appCount); - } + PrintAndLogEx(SUCCESS, "# applications....... " _YELLOW_("%zu"), PICCInfo->appCount); PrintAndLogEx(SUCCESS, ""); if (PICCInfo->authCmdCheck.checked) {