mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
Remove stray debug message
This commit is contained in:
parent
3257c5b61f
commit
24416b9e49
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ class Connection(object):
|
||||||
def connect(self):
|
def connect(self):
|
||||||
cache_key = self._cache_key()
|
cache_key = self._cache_key()
|
||||||
if cache_key in SSH_CONNECTION_CACHE:
|
if cache_key in SSH_CONNECTION_CACHE:
|
||||||
print "DEBUG: using cached"
|
|
||||||
self.ssh = SSH_CONNECTION_CACHE[cache_key]
|
self.ssh = SSH_CONNECTION_CACHE[cache_key]
|
||||||
else:
|
else:
|
||||||
print "DEBUG: using new"
|
print "DEBUG: using new"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue