1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-05 20:24:00 +03:00

remove some logs

This commit is contained in:
Nedyalko Dyakov
2025-08-29 21:10:08 +03:00
parent b5e57607c8
commit f329fd5630
5 changed files with 5 additions and 20 deletions

View File

@@ -1079,7 +1079,6 @@ func (c *Client) pubSub() *PubSub {
// will return nil if already initialized
err = c.initConn(ctx, cn)
if err != nil {
internal.Logger.Printf(ctx, "pubsub: conn[%d] to ADDR %s [usable, handoff] = [%v, %v] after initConn returned %v", cn.GetID(), addr, cn.IsUsable(), cn.ShouldHandoff(), err)
_ = cn.Close()
return nil, err
}