Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
benben committed Jul 1, 2024
1 parent cdd4146 commit 699e5c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion checkly.go
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,6 @@ func (c *client) GetStaticIPs(
for region, ips := range datav4 {
for _, ip := range ips {
addr, err := netip.ParseAddr(ip)
//_, addr, err := net.ParseCIDR(ip + "/32")
if err != nil {
return nil, fmt.Errorf("could not parse CIDR from %s: %v", ip, err)
}
Expand Down

0 comments on commit 699e5c7

Please sign in to comment.