Bläddra i källkod

style:移除没必要的log日志

Roc 2 år sedan
förälder
incheckning
2515c3579b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      services/report_push.go

+ 1 - 1
services/report_push.go

@@ -669,7 +669,7 @@ func thsReportList(numPerPageStr string) (tshListRowsResult TshListRowsResult, e
 	body, _ := ioutil.ReadAll(resp.Body)
 
 	//fmt.Println(string(body))
-	utils.FileLog.Info(fmt.Sprintf("Ths List Result :%s", string(body)))
+	//utils.FileLog.Info(fmt.Sprintf("Ths List Result :%s", string(body)))
 
 	//同花顺接口返回数据
 	var tshResult TshListResult