mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
removed debug print
This commit is contained in:
parent
c7889f1f04
commit
424963e49b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user