Skip to content

Commit

Permalink
Update libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjfree committed Feb 28, 2023
1 parent 0fedad2 commit 5fb364e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/wire/ipfs/wire.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,6 @@ func (m *IPFSWireManager) Dial(endpoint string) error {
close()
return errors.WithStack(err)
}
// test code
logger.Printf("aaaa the protocol is %s %+v\n", s.Protocol(), s.Conn().Stat())
if t := getQuicConn(s.Conn()); t == nil {
close()
return errors.Errorf("funcking strange error")
}
// got an outbound wire
m.Out <- &IPFSWire{
s: s,
Expand Down

0 comments on commit 5fb364e

Please sign in to comment.