Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeanAsad committed Sep 19, 2023
1 parent 9eb9c18 commit af17595
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ func (p *pool) loadPool() ([]state.NodeInfo, error) {

goLogger.Infow("got backends from orchestrators", "cnt", len(responses), "endpoint", p.config.OrchestratorEndpoint.String())

var ips []string

for _, r := range responses {
ips = append(ips, r.IP)
}

return responses, nil
}

Expand Down

0 comments on commit af17595

Please sign in to comment.