Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
boks1971 committed Nov 14, 2023
1 parent ca3274c commit d73bfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d73bfd6

Please sign in to comment.