소스 검색

修改匹配线程

xueyiming 11 달 전
부모
커밋
910334c63f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

+ 0 - 1
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

@@ -228,7 +228,6 @@ public class CoreServiceImpl implements CoreService {
                             if (matchContent == null) {
                                 break; // 退出当前线程
                             }
-                            log.info("matchContent={}", matchContent);
                             MatchVideo content = contentService.getContent(matchContent.getSourceId(), matchContent.getGhId(), 2);
                             if (content != null) {
                                 Integer contentStatus = content.getContentStatus();