Skip to content

Commit

Permalink
Remove quic log
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jul 1, 2022
1 parent 383d1b0 commit 1e240f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions p2p/transport/quic/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (

p2ptls "github.com/libp2p/go-libp2p/p2p/security/tls"

"github.com/libp2p/go-libp2p-core/canonicallog"
"github.com/libp2p/go-libp2p-core/connmgr"
ic "github.com/libp2p/go-libp2p-core/crypto"
"github.com/libp2p/go-libp2p-core/network"
Expand Down Expand Up @@ -256,7 +255,6 @@ func (t *transport) Dial(ctx context.Context, raddr ma.Multiaddr, p peer.ID) (tp
return nil, fmt.Errorf("secured connection gated")
}
t.addConn(qconn, c)
canonicallog.LogPeerStatus(100, p, remoteMultiaddr, "transport", "quic", "connection_status", "established")
return c, nil
}

Expand Down

0 comments on commit 1e240f4

Please sign in to comment.