stray debug
This commit is contained in:
parent
24416b9e49
commit
ff787146d1
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ class Connection(object):
|
|||
if cache_key in SSH_CONNECTION_CACHE:
|
||||
self.ssh = SSH_CONNECTION_CACHE[cache_key]
|
||||
else:
|
||||
print "DEBUG: using new"
|
||||
self.ssh = SSH_CONNECTION_CACHE[cache_key] = self._connect_uncached()
|
||||
return self
|
||||
|
||||
|
|
Loading…
Reference in a new issue