瀏覽代碼

style:移除没必要的log日志

Roc 2 年之前
父節點
當前提交
2515c3579b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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