don't set event log on deletion

pull/8910/head
Sharif Elgamal 2020-08-03 14:22:13 -07:00
parent 5ba7281a0a
commit 5923634095
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ func runDelete(cmd *cobra.Command, args []string) {
if len(args) > 0 {
exit.UsageT("Usage: minikube delete")
}
register.SetEventLogPath(localpath.EventLog(ClusterFlagValue()))
//register.SetEventLogPath(localpath.EventLog(ClusterFlagValue()))
register.Reg.SetStep(register.Deleting)
validProfiles, invalidProfiles, err := config.ListProfiles()