diff --git a/client/proxmark3.c b/client/proxmark3.c index e5a42262..1b64f68b 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -287,9 +287,6 @@ int main(int argc, char* argv[]) { bool addLuaExec = false; char *script_cmds_file = NULL; char *script_cmd = NULL; - - // Must be before the first PrintAndLog call, for rl_redisplay - rl_initialize(); if (argc < 2) { show_help(true, argv[0]);