1
0
Fork 0
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:
Michael DeHaan 2012-10-25 22:19:50 -04:00
parent 3257c5b61f
commit 24416b9e49

View file

@ -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"