removed setEventLogPath for stop process

pull/9534/head
vinu2003 2020-10-23 18:42:31 +11:00
parent 35048f97da
commit bfd2da1b65
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ func init() {
// runStop handles the executes the flow of "minikube stop"
func runStop(cmd *cobra.Command, args []string) {
out.SetJSON(outputFormat == "json")
register.SetEventLogPath(localpath.EventLog(ClusterFlagValue()))
register.Reg.SetStep(register.Stopping)
// new code