From a115a22f472748ca4e819e5f9a79f33756fb898a Mon Sep 17 00:00:00 2001 From: "chang.qiangqiang" Date: Wed, 22 Jan 2025 10:43:55 +0800 Subject: [PATCH] feat(dependenciesdistributor):remove log Signed-off-by: chang.qiangqiang --- pkg/dependenciesdistributor/dependencies_distributor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/dependenciesdistributor/dependencies_distributor.go b/pkg/dependenciesdistributor/dependencies_distributor.go index bfbe3c180..16f44a150 100644 --- a/pkg/dependenciesdistributor/dependencies_distributor.go +++ b/pkg/dependenciesdistributor/dependencies_distributor.go @@ -186,7 +186,6 @@ func (d *DependenciesDistributor) reconcileResourceTemplate(key util.QueueKey) e matched := matchesWithBindingDependencies(resourceTemplateKey, binding) if !matched { - klog.V(4).Infof("No need to sync binding(%s/%s)", binding.Namespace, binding.Name) continue }