removed debug print

This commit is contained in:
Jay Gheewala 2017-01-13 21:19:40 +00:00
parent c7889f1f04
commit 424963e49b

View File

@ -56,7 +56,6 @@ class RPCClient(object):
class SSHClient(RPCClient):
def __enter__(self):
print "trying to connect to %s using %s %s" %(self.host, self.username, self.password)
self.ssh = paramiko.SSHClient()
self.ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
try: