From a2c0adf61ad8229cc497b52d72e89acbf6407f72 Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Sun, 19 Jan 2025 18:15:32 -0800 Subject: [PATCH] [chore] remove TODO --- internal/status/opampbridge/handle.go | 1 - internal/status/targetallocator/handle.go | 1 - 2 files changed, 2 deletions(-) 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 {