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:
1
redis.go
1
redis.go
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user