Skip to content

Commit 89b50d9

Browse files
committed
Remove duplicated cache
1 parent f8d6a45 commit 89b50d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Push/PushQueue.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export class PushQueue {
4343
}
4444
const maxPages = Math.ceil(count / limit)
4545
pushStatus.setRunning(maxPages);
46-
log.info(`All ${maxPages} packages were enqueued for PushStatus ${pushStatus.objectId}`);
4746
// while (page < maxPages) {
4847
// changes request/limit/orderBy by id range intervals for better performance
4948
// https://docs.mongodb.com/manual/reference/method/cursor.skip/

0 commit comments

Comments
 (0)