Skip to content

Commit

Permalink
Merge pull request #407 from csibbitt/eliminate_debug_message
Browse files Browse the repository at this point in the history
Remove spurious printf
  • Loading branch information
openshift-merge-bot[bot] authored Jun 13, 2024
2 parents 8f72c21 + a998357 commit c84b7aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/metricstorage/dashboard_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package metricstorage

import (
"context"
"fmt"

corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand All @@ -33,7 +32,6 @@ import (
const DashboardArtifactsNamespace = "openshift-config-managed"

func DeleteDashboardObjects(ctx context.Context, instance *telemetryv1.MetricStorage, helper *helper.Helper) (ctrl.Result, error) {
fmt.Printf("%v %v %v", ctx, instance, helper)
promRule := &monv1.PrometheusRule{
ObjectMeta: metav1.ObjectMeta{
Name: instance.Name,
Expand Down

0 comments on commit c84b7aa

Please sign in to comment.