basichost: remove stray print statement in test (#2249)

This commit is contained in:
Marten Seemann
2023-04-08 22:31:10 +04:00
committed by GitHub
parent d99606833c
commit 0119e9a2b6

View File

@@ -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
}