refactor: remove log

This commit is contained in:
Barış Soner Uşaklı
2026-02-04 09:47:14 -05:00
parent 94885109fa
commit ff1376b37e

View File

@@ -507,7 +507,6 @@ ActivityPub.buildRecipients = async function (object, options) {
targets.delete(address);
});
if (targets.size) {
console.log('derpo', new Error().stack);
const exists = await db.isSortedSetMembers('usersRemote:lastCrawled', [...targets]);
Array.from(targets).forEach((uri, idx) => {
if (!exists[idx]) {