Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Dec 17, 2020
1 parent 854034a commit 4a865cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/controller/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ func UpdateResetDay(day uint) *ResponseBody {
monthlyResetJob()
})
core.SetValue("reset_day", strconv.Itoa(int(day)))
fmt.Println("Updated schedule task: ")
for _, t := range c.Entries() {
fmt.Printf("%+v\n", t)
}
return &responseBody
}

Expand Down

0 comments on commit 4a865cf

Please sign in to comment.