mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-06 23:00:08 +01:00
refactor: remove log
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user