p2p/discover: remove print in test

This commit is contained in:
Felix Lange 2025-09-09 12:07:54 +02:00
parent 3946708935
commit 3133fd369a

View file

@ -521,7 +521,6 @@ func TestUDPv4_smallNetConvergence(t *testing.T) {
it := self.RandomNodes()
for it.Next() {
fmt.Println(self.Self().ID(), "found:", it.Node().ID())
delete(missing, it.Node().ID())
if len(missing) == 0 {
status <- nil