mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Removed spurious print
This commit is contained in:
parent
0b0639dae5
commit
825a60eec5
|
@ -136,7 +136,6 @@ class AbstractConnectionPool(object):
|
|||
if self.closed: raise PoolError("connection pool is closed")
|
||||
for conn in self._pool + list(self._used.values()):
|
||||
try:
|
||||
print "Closing connection", conn
|
||||
conn.close()
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user