Merge pull request #6072 from CharlesQQ/set-log-level-new

feat(dependenciesdistributor):  remove log
This commit is contained in:
karmada-bot 2025-01-22 11:38:50 +08:00 committed by GitHub
commit e3628afc07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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
}