Skip to content

Commit 0cec8f2

Browse files
committed
update ConnectionPool
1 parent 829364f commit 0cec8f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

chat2db-server/chat2db-spi/src/main/java/ai/chat2db/spi/sql/ConnectionPool.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public static void close(ConnectInfo connectInfo) {
115115
} catch (SQLException e) {
116116
log.error("connection close error",e);
117117
}
118-
log.info("connection close, key:{}, n:{}", connectInfo.getKey(), connectInfo.getRefCount());
119118
ConnectInfo lock = CONNECTION_MAP.get(key);
120119
if (lock != null) {
121120
synchronized (lock) {

0 commit comments

Comments
 (0)