Remove debugging print
This commit is contained in:
parent
ba9c5d38cc
commit
be48e67b3a
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue