mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-10-30 11:26:34 +08:00
basichost: remove stray print statement in test (#2249)
This commit is contained in:
@@ -397,7 +397,6 @@ func TestHostProtoPreknowledge(t *testing.T) {
|
||||
protos, err := h1.Peerstore().GetProtocols(h2.ID())
|
||||
require.NoError(t, err)
|
||||
for _, p := range protos {
|
||||
fmt.Println("proto: ", p)
|
||||
if p == "/foo" {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user