Skip to content

Commit

Permalink
Remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
aminst committed Dec 6, 2023
1 parent b02e11b commit 6917f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ type RouterRPCClient struct {
type RouterClients map[int]RouterRPCClient

func (r RouterClients) GetRandomRouter() RouterRPCClient {
log.Debug().Msgf("Getting a random router from %v", r)
routersLen := len(r)
randomRouterIndex := rand.Intn(routersLen)
randomRouter := r[randomRouterIndex]
Expand Down

0 comments on commit 6917f19

Please sign in to comment.