From 071a171af9c5e5b1c2639944171bc17276745118 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 16 Jan 2022 20:06:44 +0100 Subject: [PATCH] remove text --- client/src/proxmark3.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index a7cc7f446..548d35ef8 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -401,9 +401,7 @@ check_script: // process cmd g_pendingPrompt = false; mainret = CommandReceived(cmd); -#if defined ICOPYX - PrintAndLogEx(NORMAL, "\nNikola.D: %d", ret); -#endif + // exit or quit if (mainret == PM3_EFATAL) break;