diff --git a/pkg/reconciler/autoscaling/hpa/resources/keda.go b/pkg/reconciler/autoscaling/hpa/resources/keda.go index cfd45e93..741dc7bc 100644 --- a/pkg/reconciler/autoscaling/hpa/resources/keda.go +++ b/pkg/reconciler/autoscaling/hpa/resources/keda.go @@ -141,7 +141,6 @@ func DesiredScaledObject(ctx context.Context, pa *autoscalingv1alpha1.PodAutosca if err := tmpl.Execute(&output, values); err != nil { return nil, fmt.Errorf("template execution failed: %w", err) } - log.Printf("PrometheusQuery rendered: %s\n", output.String()) query = output.String() if v, ok := pa.Annotations[KedaAutoscaleAnnotationPrometheusAddress]; ok {