From 27666d20d86647d7627a884c3bfd18d99a58328e Mon Sep 17 00:00:00 2001 From: lukemartinlogan Date: Fri, 29 Dec 2023 08:24:32 -0600 Subject: [PATCH] Print sshcmd --- jarvis_util/shell/pssh_exec.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jarvis_util/shell/pssh_exec.py b/jarvis_util/shell/pssh_exec.py index dd63e44..7fd7cf8 100644 --- a/jarvis_util/shell/pssh_exec.py +++ b/jarvis_util/shell/pssh_exec.py @@ -36,7 +36,6 @@ def __init__(self, cmd, exec_info): sshcmd = cmd if i == 0: sshcmd = dbg_cmd - print(sshcmd) ssh_exec_info = exec_info.mod(hostfile=None, hosts=host, exec_async=True,