Commit ff787146 by Michael DeHaan

stray debug

parent 24416b9e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment