#337 去除日志

Yhdistetty
zhaohaipeng yhdistetty 1 committia lähteestä algorithm/feature_20250623_zhaohaipeng_real_time_feature kohteeseen algorithm/master 3 viikkoa sitten

+ 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();
         }