From 1be2633ae1a1517b8e515551fd009228aa972c04 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 09 八月 2019 17:52:03 +0800
Subject: [PATCH] rm log

---
 controllers/fileController.go |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/controllers/fileController.go b/controllers/fileController.go
index 156ecb4..b1b1ba4 100644
--- a/controllers/fileController.go
+++ b/controllers/fileController.go
@@ -401,18 +401,7 @@
 	logger.Debug("comp 姣斿缁撴潫锛岀敤鏃讹細",time.Since(timeStart))
 	m := make(map[string]interface{},3)
 	if totalData != nil && totalData.Len() > 0{
-		//鎸夊垎鍊兼帓搴�
-		//var scorePre []float32
-		//for _,f1 :=range *totalData {
-		//	scorePre = append(scorePre, f1.CompareScore)
-		//}
-		//logger.Debug("comp 鎺掑簭鍓嶅垎鍊兼暟缁勶細",scorePre)
 		sort.Sort(totalData)
-		//var scoreAf []float32
-		//for _,f2 :=range *totalData {
-		//	scoreAf = append(scoreAf, f2.CompareScore)
-		//}
-		//logger.Debug("comp 鎺掑簭鍚庡垎鍊兼暟缁勶細",scoreAf)
 		total := totalData.Len()
 
 		m["compareNum"] = compareOnce.CompareNum

--
Gitblit v1.8.0