Skip to content

Commit

Permalink
basichost: remove stray print statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Apr 8, 2023
1 parent 0699592 commit e4a959f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/host/basic/basic_host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e4a959f

Please sign in to comment.