mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 11:01:20 +01:00
refactor: remove log
This commit is contained in:
@@ -507,7 +507,6 @@ ActivityPub.buildRecipients = async function (object, options) {
|
|||||||
targets.delete(address);
|
targets.delete(address);
|
||||||
});
|
});
|
||||||
if (targets.size) {
|
if (targets.size) {
|
||||||
console.log('derpo', new Error().stack);
|
|
||||||
const exists = await db.isSortedSetMembers('usersRemote:lastCrawled', [...targets]);
|
const exists = await db.isSortedSetMembers('usersRemote:lastCrawled', [...targets]);
|
||||||
Array.from(targets).forEach((uri, idx) => {
|
Array.from(targets).forEach((uri, idx) => {
|
||||||
if (!exists[idx]) {
|
if (!exists[idx]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user