Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloButynets committed Dec 18, 2024
1 parent 980ef2a commit a9f0913
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
if (nonExistingUsers.length > 0) {
await db.collection(collectionName).deleteMany({ author: { $in: nonExistingUsers } })
}
console.log(`Removed ${nonExistingUsers.length} non-existing users from collection ${collectionName}`)
}
},

Expand Down

0 comments on commit a9f0913

Please sign in to comment.