mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Remove stray debug message
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user