Skip to content

Commit

Permalink
Remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed Oct 28, 2019
1 parent 7900b63 commit cf62ff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/minikube/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}{},
}
Expand Down

0 comments on commit cf62ff6

Please sign in to comment.