diff --git a/cmd/kube-scheduler/app/server.go b/cmd/kube-scheduler/app/server.go index 51ee49f723d..f2a6f36c3d6 100644 --- a/cmd/kube-scheduler/app/server.go +++ b/cmd/kube-scheduler/app/server.go @@ -139,9 +139,6 @@ func runCommand(cmd *cobra.Command, args []string, opts *options.Options, regist // Get the completed config cc := c.Complete() - // To help debugging, immediately log version - klog.Infof("Version: %+v", version.Get()) - // Apply algorithms based on feature gates. // TODO: make configurable? algorithmprovider.ApplyFeatureGates()