Skip to content

Commit b36cf7a

Browse files
committed
Fix
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 9a6fae7 commit b36cf7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/status/collector/handle.go

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ const (
3838
)
3939

4040
// HandleReconcileStatus handles updating the status of the CRDs managed by the operator.
41-
// TODO: make the status more useful https://github.com/open-telemetry/opentelemetry-operator/issues/1972
42-
// TODO: update status to use v1beta1 https://github.com/open-telemetry/opentelemetry-operator/milestone/4
4341
func HandleReconcileStatus(ctx context.Context, log logr.Logger, params manifests.Params, otelcol v1beta1.OpenTelemetryCollector, err error) (ctrl.Result, error) {
4442
log.V(2).Info("updating collector status")
4543
if err != nil {

0 commit comments

Comments
 (0)