mirror of
				https://github.com/libp2p/go-libp2p.git
				synced 2025-11-01 04:12:56 +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()) | 		protos, err := h1.Peerstore().GetProtocols(h2.ID()) | ||||||
| 		require.NoError(t, err) | 		require.NoError(t, err) | ||||||
| 		for _, p := range protos { | 		for _, p := range protos { | ||||||
| 			fmt.Println("proto: ", p) |  | ||||||
| 			if p == "/foo" { | 			if p == "/foo" { | ||||||
| 				return true | 				return true | ||||||
| 			} | 			} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Marten Seemann
					Marten Seemann