Skip to content

Commit abfed68

Browse files
authored
Merge pull request kubernetes#79758 from hzxuzhonghu/patch-5
Remove duplicate logging
2 parents 89cb15b + fb32747 commit abfed68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/kube-scheduler/app/server.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ func runCommand(cmd *cobra.Command, args []string, opts *options.Options, regist
139139
// Get the completed config
140140
cc := c.Complete()
141141

142-
// To help debugging, immediately log version
143-
klog.Infof("Version: %+v", version.Get())
144-
145142
// Apply algorithms based on feature gates.
146143
// TODO: make configurable?
147144
algorithmprovider.ApplyFeatureGates()

0 commit comments

Comments
 (0)