X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pcucontrol%2Ftransports%2Fpyssh%2F__init__.py;h=b64b9dbd0c594b0066d049d197974da2112aa826;hb=92a440abf55d26097cbb93ce2caf9fc4a9374313;hp=0c5cf4f10f4fe2b5683f7bb5ed69668e5ad96c19;hpb=3d319b7ef0167eb99c0d6d4748cbe7316a90b3b3;p=pcucontrol.git diff --git a/pcucontrol/transports/pyssh/__init__.py b/pcucontrol/transports/pyssh/__init__.py index 0c5cf4f..b64b9db 100644 --- a/pcucontrol/transports/pyssh/__init__.py +++ b/pcucontrol/transports/pyssh/__init__.py @@ -15,7 +15,7 @@ version 0.1 of pyssh (http://pyssh.sourceforge.net) by Chuck Esterbrook. Licenced under a Python 2.2 style license. See License.txt. """ -DEBUG_LEVEL = 1 +DEBUG_LEVEL = 0 import os, getpass import signal # should cause all KeyboardInterrupts to go to the main thread @@ -162,8 +162,8 @@ class Ssh: sshargs += self.host if cmd: sshargs += ' ' + cmd - if self.debuglevel: - print ">> Running %s %s." % (self.sshpath, sshargs) + #if self.debuglevel: + # print ">> Running %s %s." % (self.sshpath, sshargs) # temporary workaround until I get pid's working under win32 #print sshargs if os.name == 'posix':