diff --git a/src/activitypub/index.js b/src/activitypub/index.js index 4a5bec8f4c..32efdb5319 100644 --- a/src/activitypub/index.js +++ b/src/activitypub/index.js @@ -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]) {