소스 검색

fix server broken if the collection is loading triggered by scripts

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 년 전
부모
커밋
6e3c6b721c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      server/src/crons/crons.service.ts

+ 0 - 1
server/src/crons/crons.service.ts

@@ -60,7 +60,6 @@ export class CronsService {
       );
 
       if (!currentJob) {
-        console.log(`running getCollection task, payload:`, currentJob.data);
         return;
       }
       try {