Skip to content

Commit 7fc6fac

Browse files
committed
Merge branch 'back4app3.4.0'
2 parents 86a4ee7 + a4b8f3a commit 7fc6fac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Push/PushQueue.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ export class PushQueue {
4444
}
4545
const maxPages = Math.ceil(count / limit);
4646
pushStatus.setRunning(maxPages);
47-
log.info(
48-
`All ${maxPages} packages were enqueued for PushStatus ${
49-
pushStatus.objectId
50-
}`
51-
);
5247
// while (page < maxPages) {
5348
// changes request/limit/orderBy by id range intervals for better performance
5449
// https://docs.mongodb.com/manual/reference/method/cursor.skip/

0 commit comments

Comments
 (0)