From 80cc401681487491c366e82c388d60dd2885a8fe Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 14 Dec 2022 11:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- models/user_business_analysis.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/user_business_analysis.go b/models/user_business_analysis.go index e6cdc4889..bb5352d7c 100644 --- a/models/user_business_analysis.go +++ b/models/user_business_analysis.go @@ -2111,7 +2111,6 @@ func queryUserCreateRepo(start_unix int64, end_unix int64) (map[int64]int, map[s detailInfoMap[key] = getMapKeyStringValue(key, detailInfoMap) + int(repoRecord.CloneCnt) key = fmt.Sprint(repoRecord.OwnerID) + "_most_download" - log.Info("git clone count =" + fmt.Sprint(repoRecord.CloneCnt) + " key=" + key) if int(repoRecord.CloneCnt) > getMapKeyStringValue(key, detailInfoMap) { detailInfoMap[key] = int(repoRecord.CloneCnt) mostDownloadMap[repoRecord.OwnerID] = repoRecord.DisplayName()