Skip to content

Commit 2977e64

Browse files
authored
[chore] remove TODO (#3635)
1 parent e67f255 commit 2977e64

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/status/opampbridge/handle.go

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const (
3535
)
3636

3737
// HandleReconcileStatus handles updating the status of the CRDs managed by the operator.
38-
// TODO: make the status more useful https://github.com/open-telemetry/opentelemetry-operator/issues/1972
3938
func HandleReconcileStatus(ctx context.Context, log logr.Logger, params manifests.Params, err error) (ctrl.Result, error) {
4039
log.V(2).Info("updating opampbridge status")
4140
if err != nil {

internal/status/targetallocator/handle.go

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const (
3535
)
3636

3737
// HandleReconcileStatus handles updating the status of the CRDs managed by the operator.
38-
// TODO: make the status more useful https://github.com/open-telemetry/opentelemetry-operator/issues/1972
3938
func HandleReconcileStatus(ctx context.Context, log logr.Logger, params targetallocator.Params, err error) (ctrl.Result, error) {
4039
log.V(2).Info("updating opampbridge status")
4140
if err != nil {

0 commit comments

Comments
 (0)