Merge pull request #79758 from hzxuzhonghu/patch-5

Remove duplicate logging
This commit is contained in:
Kubernetes Prow Robot 2019-09-11 22:52:26 -07:00 committed by GitHub
commit abfed68e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()