boweniac 2 semanas atrás
pai
commit
cb73823aa6
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      crontask/contact_form.go

+ 0 - 2
crontask/contact_form.go

@@ -55,8 +55,6 @@ func (l *CronTask) analyze() {
 	//predicates = append(predicates, usagedetail.CreatedAtLT(todayEnd))
 
 	data, err := l.svcCtx.DB.UsageDetail.Query().Where(predicates...).All(l.ctx)
-	logx.Info("todayStart: ", todayStart)
-	logx.Info("todayEnd: ", todayEnd)
 	logx.Info("usageDetails: ", data)
 	if err != nil {
 		return