Remove debugging print

This commit is contained in:
Joscha 2017-09-10 12:58:40 +00:00
parent ba9c5d38cc
commit be48e67b3a

View file

@ -21,7 +21,6 @@ class PooledConnection:
async def open(self):
self.connection = await self._pool._request()
print(self.connection)
async def close(self):
conn = self.connection