Skip to content

Commit a935f15

Browse files
committed
remove debug log
1 parent 9223a02 commit a935f15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/provider/adc/translator/policies.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package translator
33
import (
44
"github.com/api7/api7-ingress-controller/api/adc"
55
"github.com/api7/api7-ingress-controller/api/v1alpha1"
6-
"github.com/api7/gopkg/pkg/log"
7-
"go.uber.org/zap"
86
"k8s.io/apimachinery/pkg/types"
97
gatewayv1 "sigs.k8s.io/gateway-api/apis/v1"
108

@@ -28,8 +26,6 @@ func (t *Translator) AttachBackendTrafficPolicyToUpstream(ref gatewayv1.BackendR
2826
if policy == nil {
2927
return
3028
}
31-
log.Errorw("attach backend traffic policy to upstream",
32-
zap.String("policy", policy.Name))
3329
t.attachBackendTrafficPolicyToUpstream(policy, upstream)
3430
}
3531

0 commit comments

Comments
 (0)