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 }