Skip to content

Commit

Permalink
remove fixed todo
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Oct 24, 2022
1 parent 8d46986 commit 76689c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/tsic/tsic.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ func (t *TailscaleInContainer) Up(
return nil
}

// TODO(kradalby): Make cached/lazy.
func (t *TailscaleInContainer) IPs() ([]netip.Addr, error) {
if t.ips != nil && len(t.ips) != 0 {
return t.ips, nil
Expand Down

0 comments on commit 76689c2

Please sign in to comment.