boweniac преди 2 седмици
родител
ревизия
cb73823aa6
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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