Remove extra log

pull/5757/head
Priya Wadhwa 2019-10-28 10:46:14 -07:00
parent 7900b63d2b
commit cf62ff62b2
1 changed files with 0 additions and 1 deletions

View File

@ -375,7 +375,6 @@ func runStart(cmd *cobra.Command, args []string) {
if !viper.GetBool(waitUntilHealthy) {
// only wait for apiserver if wait=false
fmt.Println("only waiting for api server")
podsToWaitFor = map[string]struct{}{
"apiserver": struct{}{},
}