diff options
Diffstat (limited to 'bin/ossh')
-rwxr-xr-x | bin/ossh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -197,9 +197,6 @@ class Ossh(object): if self.args.command: ssh_args.append("%s" % self.args.command) - if self.args.debug: - print "SSH to %s in %s as %s" % (hostname, self.env, self.user) - print "Running: %s\n" % ' '.join(ssh_args) os.execve('/usr/bin/ssh', ssh_args, os.environ) |