Skip to content

Commit fdccc6e

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent b600946 commit fdccc6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/controller/ingressclass_controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"context"
2222
"fmt"
2323

24-
"github.com/api7/gopkg/pkg/log"
2524
"github.com/go-logr/logr"
2625
corev1 "k8s.io/api/core/v1"
2726
networkingv1 "k8s.io/api/networking/v1"
@@ -194,7 +193,6 @@ func (r *IngressClassReconciler) processInfrastructure(tctx *provider.TranslateC
194193
}
195194
// Check for annotation override
196195
if annotationNamespace, exists := ingressClass.Annotations[gatewayProxyNamespaceAnnotation]; exists && annotationNamespace != "" {
197-
log.Debug("override namespace", "namespace", annotationNamespace)
198196
namespace = annotationNamespace
199197
}
200198

0 commit comments

Comments
 (0)