mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
p2p/discover: remove print in test
This commit is contained in:
parent
3946708935
commit
3133fd369a
1 changed files with 0 additions and 1 deletions
|
|
@ -521,7 +521,6 @@ func TestUDPv4_smallNetConvergence(t *testing.T) {
|
||||||
|
|
||||||
it := self.RandomNodes()
|
it := self.RandomNodes()
|
||||||
for it.Next() {
|
for it.Next() {
|
||||||
fmt.Println(self.Self().ID(), "found:", it.Node().ID())
|
|
||||||
delete(missing, it.Node().ID())
|
delete(missing, it.Node().ID())
|
||||||
if len(missing) == 0 {
|
if len(missing) == 0 {
|
||||||
status <- nil
|
status <- nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue