Skip to content

Commit

Permalink
remove old logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed Oct 28, 2019
1 parent 1fb7630 commit a5918b5
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 a5918b5

Please sign in to comment.