Skip to content

Commit 0b39b6c

Browse files
committed
Remove unnecessary log
1 parent e2a6bce commit 0b39b6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/PostgresConnectionPool/PostgresConnectionPool.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ public actor PostgresConnectionPool {
168168
// MARK: - Private
169169

170170
private func checkConnections() async {
171-
logger.debug("[\(poolName)] Checking open connections")
172-
173171
defer {
174172
Task.after(
175173
seconds: 5.0,

0 commit comments

Comments
 (0)