Skip to content

Commit 11f7ca4

Browse files
Removes dummy print
Signed-off-by: Elena Kolevska <elena@kolevska.com>
1 parent 78c770a commit 11f7ca4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redis_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ def __init__(self, config: RedisConnectionConfig):
3131
# Connection pool configuration
3232
self._pool_kwargs = self._build_pool_kwargs()
3333

34-
print(f"Pool kwargs: {self._pool_kwargs}")
35-
3634
# Initialize connection
3735
self._connect()
3836

0 commit comments

Comments
 (0)