Browse Source

删除多余日志

zhaoxian 4 years ago
parent
commit
55c2c96133

+ 0 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouPopulationServiceImpl.java

@@ -42,7 +42,6 @@ public class KuaishouPopulationServiceImpl extends ServiceImpl<KuaishouPopulatio
 
     @Override
     public JSONObject getPopulationList(Long accountId, String accessToken, Integer status) {
-        log.info("获取人群包列表,accountId:{}", accountId);
         String url = PropertiesUtils.getConfig("kuaishou_api_url") + KuaishouInterfaceConstant.POPULATION_LIST;
         Map<String, String> headers = new HashMap<>();
         headers.put("Access-Token", accessToken);