From d3e1f83022417e0f813f0d19f511697dd2d40ceb Mon Sep 17 00:00:00 2001 From: zouap Date: Fri, 23 Sep 2022 10:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E6=A0=87=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/aisafety.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/repo/aisafety.go b/routers/repo/aisafety.go index 902290b5b..f5f799689 100644 --- a/routers/repo/aisafety.go +++ b/routers/repo/aisafety.go @@ -203,7 +203,7 @@ func getJsonContent(url string) (string, error) { return "", err } str := string(bytes) - log.Info("json str =" + str) + //log.Info("json str =" + str) return str, nil }