mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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):
|
||||
cache_key = self._cache_key()
|
||||
if cache_key in SSH_CONNECTION_CACHE:
|
||||
print "DEBUG: using cached"
|
||||
self.ssh = SSH_CONNECTION_CACHE[cache_key]
|
||||
else:
|
||||
print "DEBUG: using new"
|
||||
|
|
Loading…
Reference in a new issue