mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 13:31:52 +00:00
Remove unnecessary log msg.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
This commit is contained in:
parent
810e9e212e
commit
b71763ef38
@ -268,7 +268,6 @@ func NewVersionedFeatureGate(emulationVersion *version.Version) *featureGate {
|
|||||||
f.enabledRaw.Store(map[string]bool{})
|
f.enabledRaw.Store(map[string]bool{})
|
||||||
f.emulationVersion.Store(emulationVersion)
|
f.emulationVersion.Store(emulationVersion)
|
||||||
f.queriedFeatures.Store(sets.Set[Feature]{})
|
f.queriedFeatures.Store(sets.Set[Feature]{})
|
||||||
klog.V(1).Infof("new feature gate with emulationVersion=%s", f.emulationVersion.Load().String())
|
|
||||||
return f
|
return f
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user