less logs

This commit is contained in:
Barış Soner Uşaklı
2026-02-23 21:18:14 -05:00
parent aaa6d0685e
commit 1c0d10a616

View File

@@ -788,8 +788,6 @@ async function pruneCidTids(cid, cuttoff) {
await batch.processArray(tidsWithNoEngagement, async (tids) => {
await Promise.all(tids.map(async tid => await topics.purgePostsAndTopic(tid, 0)));
}, { batch: 100 });
winston.info(`[notes/prune] Scheduled pruning of topics in cid:${cid} complete.`);
}
async function hasLocalVoter(tids) {