Skip to content

Commit b8e38ca

Browse files
authored
Update prometheusrule_webhook.go
1 parent 26d7723 commit b8e38ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/webhook/operator/v1/prometheusrule_webhook.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import (
3333

3434
// SetupVLClusterWebhookWithManager will setup the manager to manage the webhooks
3535
func SetupPromethuesRuleWebhookWithManager(mgr ctrl.Manager) error {
36-
println("setting up")
3736
return ctrl.NewWebhookManagedBy(mgr).
3837
For(&promv1.PrometheusRule{}).
3938
WithValidator(&PrometheusRuleValidator{}).

0 commit comments

Comments
 (0)