remove text

This commit is contained in:
iceman1001 2022-01-16 20:06:44 +01:00
commit 071a171af9

View file

@ -401,9 +401,7 @@ check_script:
// process cmd // process cmd
g_pendingPrompt = false; g_pendingPrompt = false;
mainret = CommandReceived(cmd); mainret = CommandReceived(cmd);
#if defined ICOPYX
PrintAndLogEx(NORMAL, "\nNikola.D: %d", ret);
#endif
// exit or quit // exit or quit
if (mainret == PM3_EFATAL) if (mainret == PM3_EFATAL)
break; break;