Skip to content

Commit

Permalink
reduce verbosity in TestRefresh
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel committed Feb 20, 2025
1 parent c510761 commit 8f08c08
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dht_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -853,11 +853,6 @@ func TestRefresh(t *testing.T) {

time.Sleep(time.Microsecond * 50)
}

if testing.Verbose() {
// the routing tables should be full now. let's inspect them.
printRoutingTables(dhts)
}
}

func TestRefreshBelowMinRTThreshold(t *testing.T) {
Expand Down

0 comments on commit 8f08c08

Please sign in to comment.