Browse Source

删除打印。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap 3 years ago
parent
commit
16e5d1e95c
1 changed files with 6 additions and 7 deletions
  1. +6
    -7
      models/user_analysis_for_activity.go

+ 6
- 7
models/user_analysis_for_activity.go View File

@@ -1,7 +1,6 @@
package models

import (
"encoding/json"
"fmt"
"time"

@@ -299,11 +298,11 @@ func queryCreateIssuePublic(start_unix int64, end_unix int64, publicAllRepo map[
break
}
}
resultMapJson, _ := json.Marshal(resultMap)
log.Info("issue resultMapJson=" + string(resultMapJson))
//resultMapJson, _ := json.Marshal(resultMap)
//log.Info("issue resultMapJson=" + string(resultMapJson))

publicRepoIssueIdMapJson, _ := json.Marshal(publicRepoIssueIdMap)
log.Info("issue publicRepoIssueIdMapJson=" + string(publicRepoIssueIdMapJson))
//publicRepoIssueIdMapJson, _ := json.Marshal(publicRepoIssueIdMap)
//log.Info("issue publicRepoIssueIdMapJson=" + string(publicRepoIssueIdMapJson))
return resultMap, publicRepoIssueIdMap

}
@@ -340,8 +339,8 @@ func queryCommentPublic(start_unix int64, end_unix int64, publicRepoIssueIdMap m
break
}
}
resultMapJson, _ := json.Marshal(resultMap)
log.Info("Comment resultMapJson=" + string(resultMapJson))
//resultMapJson, _ := json.Marshal(resultMap)
//log.Info("Comment resultMapJson=" + string(resultMapJson))

return resultMap
}


Loading…
Cancel
Save