From 0e1b1e166b5a3c0bfd137b794e71c80e1e2e3caa Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 25 Apr 2020 11:13:04 +0200 Subject: [PATCH] Remove redundant debug stdin info now that we have PROXPROMPT_CTX_STDIN --- client/src/proxmark3.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index 4b6cf4fad..7f3a81299 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -187,8 +187,6 @@ main_loop(char *script_cmds_file, char *script_cmd, bool stayInCommandLoop) { bool stdinOnPipe = !isatty(STDIN_FILENO); char script_cmd_buf[256] = {0x00}; // iceman, needs lua script the same file_path_buffer as the rest - PrintAndLogEx(DEBUG, "ISATTY/STDIN_FILENO == %s\n", (stdinOnPipe) ? "true" : "false"); - if (session.pm3_present) { // cache Version information now: if (execCommand || script_cmds_file || stdinOnPipe)