Explorar el Código

Removed unneeded debug statement.

Kenny Woodson hace 10 años
padre
commit
04582ead28
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      bin/ossh

+ 0 - 3
bin/ossh

@@ -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)