mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Remove duplicate logging
This commit is contained in:
parent
5823cfce76
commit
fb3274759f
@ -139,9 +139,6 @@ func runCommand(cmd *cobra.Command, args []string, opts *options.Options, regist
|
|||||||
// Get the completed config
|
// Get the completed config
|
||||||
cc := c.Complete()
|
cc := c.Complete()
|
||||||
|
|
||||||
// To help debugging, immediately log version
|
|
||||||
klog.Infof("Version: %+v", version.Get())
|
|
||||||
|
|
||||||
// Apply algorithms based on feature gates.
|
// Apply algorithms based on feature gates.
|
||||||
// TODO: make configurable?
|
// TODO: make configurable?
|
||||||
algorithmprovider.ApplyFeatureGates()
|
algorithmprovider.ApplyFeatureGates()
|
||||||
|
Loading…
Reference in New Issue
Block a user