From 5a9e45687d287e8825964fe005c8bd668738b57f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 29 Jan 2024 12:40:10 +0100 Subject: [PATCH] less output --- client/src/cmdhfxerox.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/cmdhfxerox.c b/client/src/cmdhfxerox.c index 34a48ee1b..95fb88720 100644 --- a/client/src/cmdhfxerox.c +++ b/client/src/cmdhfxerox.c @@ -416,8 +416,6 @@ static int xerox_select_card(iso14b_card_select_t *card, bool disconnect) { return resp.status; } } // retry - - PrintAndLogEx(FAILED, "command execution timeout"); return PM3_ESOFT; }