删除不需要的日志信息
This commit is contained in:
parent
36e04cec3b
commit
16f0eddb18
@ -76,11 +76,8 @@ func (this *CaravanRank) Start() (err error) {
|
||||
if configure.Now().Unix() < opentime { // 开服时间是未来可能存在问题
|
||||
return
|
||||
}
|
||||
_, end := utils.WeekIntervalTime(0)
|
||||
this.module.Errorf("%v", end)
|
||||
|
||||
cron.AddFunc("0,0,0,*,*,*", this.TimerSeason)
|
||||
this.module.Debugf("cron start: %s", configure.Now().Unix())
|
||||
//this.TimerSeason()
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user