From d73bfd6dba34ce3ae26682a7c7ba5de451558203 Mon Sep 17 00:00:00 2001 From: boks1971 Date: Tue, 14 Nov 2023 13:25:28 +0530 Subject: [PATCH] remove debug --- conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.go b/conn.go index a41b7c77c..fe046b0ac 100644 --- a/conn.go +++ b/conn.go @@ -831,7 +831,7 @@ func (c *Conn) handshake(ctx context.Context, cfg *handshakeConfig, initialFligh ctxRead, cancelRead := context.WithCancel(context.Background()) c.cancelHandshakeReader = cancelRead cfg.onFlightState = func(f flightVal, s handshakeState) { - c.log.Tracef("handshake flight state changed, flight: %s, state: %s", f.String(), s.String()) + //c.log.Tracef("handshake flight state changed, flight: %s, state: %s", f.String(), s.String()) if s == handshakeFinished && !c.isHandshakeCompletedSuccessfully() { c.setHandshakeCompletedSuccessfully() close(done)