#337 去除日志

병합
zhaohaipeng algorithm/feature_20250623_zhaohaipeng_real_time_feature 에서 algorithm/master 로 1 commits 를 머지했습니다 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();
         }