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)
|
matched := matchesWithBindingDependencies(resourceTemplateKey, binding)
|
||||||
if !matched {
|
if !matched {
|
||||||
klog.V(4).Infof("No need to sync binding(%s/%s)", binding.Namespace, binding.Name)
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue