Merge pull request #14022 from spowelljr/deleteEventPath

Remove setting event log path on delete
pull/14025/head
Steven Powell 2022-04-22 12:44:13 -07:00 committed by GitHub
commit 2a0ea2eecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ func runDelete(cmd *cobra.Command, args []string) {
if len(args) > 0 {
exit.Message(reason.Usage, "Usage: minikube delete")
}
register.SetEventLogPath(localpath.EventLog(ClusterFlagValue()))
out.SetJSON(outputFormat == "json")
register.Reg.SetStep(register.Deleting)
download.CleanUpOlderPreloads()