Remove redundant debug stdin info now that we have PROXPROMPT_CTX_STDIN
This commit is contained in:
@@ -187,8 +187,6 @@ main_loop(char *script_cmds_file, char *script_cmd, bool stayInCommandLoop) {
|
|||||||
bool stdinOnPipe = !isatty(STDIN_FILENO);
|
bool stdinOnPipe = !isatty(STDIN_FILENO);
|
||||||
char script_cmd_buf[256] = {0x00}; // iceman, needs lua script the same file_path_buffer as the rest
|
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) {
|
if (session.pm3_present) {
|
||||||
// cache Version information now:
|
// cache Version information now:
|
||||||
if (execCommand || script_cmds_file || stdinOnPipe)
|
if (execCommand || script_cmds_file || stdinOnPipe)
|
||||||
|
|||||||
Reference in New Issue
Block a user