From ff1376b37ee30b32c8aee4f65f714af5b7e10070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 4 Feb 2026 09:47:14 -0500 Subject: [PATCH] refactor: remove log --- src/activitypub/index.js | 1 - 1 file changed, 1 deletion(-) 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]) {