From 14cfe2ac17da19b881f4e4726e5dc2443a71adaa Mon Sep 17 00:00:00 2001 From: Michael Farrell Date: Wed, 21 Mar 2018 22:29:25 +1100 Subject: [PATCH] Remove rl_initialise per @iceman1001 comment in #497 --- client/proxmark3.c | 3 --- 1 file changed, 3 deletions(-) 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]);