(no commit message)
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 11 Dec 2007 22:38:51 +0000 (22:38 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 11 Dec 2007 22:38:51 +0000 (22:38 +0000)
pyssh/__init__.py

index 32a34e1..78bb951 100644 (file)
@@ -165,7 +165,7 @@ class Ssh:
         if self.debuglevel:\r
             print ">> Running %s %s." % (self.sshpath, sshargs)\r
         # temporary workaround until I get pid's working under win32\r
-        print sshargs\r
+        #print sshargs\r
         if os.name == 'posix':\r
             self.sshin, self.sshoutblocking, self.sshpid = \\r
                                 sshpopen2(self.sshpath + ' ' + sshargs)\r