Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 27, 2024
1 parent 05ef767 commit 1896944
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions control-plane/catalog/to-consul/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ func (s *ConsulSyncer) watchService(ctx context.Context, name, namespace string)
waitCh = time.After(waitBeforeRetry)
// Quit if our context is over
case <-ctx.Done():
// TODO Comment this out and see if our service is not being deregistered
// because the context was cancelled out from underneath it.
// If this is the case, why isn't [watchReapableServices] handling it?
return
}

Expand Down

0 comments on commit 1896944

Please sign in to comment.