#337 去除日志

Об'єднано
zhaohaipeng злито 1 комітів з algorithm/feature_20250623_zhaohaipeng_real_time_feature до algorithm/master 3 тижнів тому

+ 1 - 1
recommend-server-service/src/main/java/com/tzld/piaoquan/recommend/server/service/recall/strategy/DouHotFlowPoolRecallStrategy.java

@@ -49,7 +49,7 @@ public class DouHotFlowPoolRecallStrategy implements RecallStrategy {
 
 
         if (CollectionUtils.isEmpty(redisValues)) {
-            log.error("[DouHot recall is empty]. redisKey: {}", redisKey);
+            // log.error("[DouHot recall is empty]. redisKey: {}", redisKey);
             return Collections.emptyList();
         }