mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
p2p/discover: remove print in test
This commit is contained in:
parent
4d9ed321db
commit
eda3cfbc51
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