移除测试函数

This commit is contained in:
meixiongfeng 2023-11-14 20:47:12 +08:00
parent 0217d097c5
commit 281ce29748

View File

@ -79,7 +79,6 @@ func (this *CaravanRank) Start() (err error) {
// 0 0 0 ? * MON // 每周一零点
cron.AddFunc("0 0 0 ? * MON", this.TimerSeason)
this.TimerSeason()
return
}