Merge pull request #6072 from CharlesQQ/set-log-level-new
feat(dependenciesdistributor): remove log
This commit is contained in:
commit
e3628afc07
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue