diff --git a/internal/status/opampbridge/handle.go b/internal/status/opampbridge/handle.go index 18e5719904..acf74b9230 100644 --- a/internal/status/opampbridge/handle.go +++ b/internal/status/opampbridge/handle.go @@ -35,7 +35,6 @@ const ( ) // HandleReconcileStatus handles updating the status of the CRDs managed by the operator. -// TODO: make the status more useful https://github.com/open-telemetry/opentelemetry-operator/issues/1972 func HandleReconcileStatus(ctx context.Context, log logr.Logger, params manifests.Params, err error) (ctrl.Result, error) { log.V(2).Info("updating opampbridge status") if err != nil { diff --git a/internal/status/targetallocator/handle.go b/internal/status/targetallocator/handle.go index 82750ff006..d58a11ce2f 100644 --- a/internal/status/targetallocator/handle.go +++ b/internal/status/targetallocator/handle.go @@ -35,7 +35,6 @@ const ( ) // HandleReconcileStatus handles updating the status of the CRDs managed by the operator. -// TODO: make the status more useful https://github.com/open-telemetry/opentelemetry-operator/issues/1972 func HandleReconcileStatus(ctx context.Context, log logr.Logger, params targetallocator.Params, err error) (ctrl.Result, error) { log.V(2).Info("updating opampbridge status") if err != nil {