Browse Source

Removed unneeded debug statement.

Kenny Woodson 10 years ago
parent
commit
04582ead28
1 changed files with 0 additions and 3 deletions
  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)