Browse Source

fix server broken if the collection is loading triggered by scripts

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
6e3c6b721c
1 changed files with 0 additions and 1 deletions
  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 {