From 403bf3e1a86dd3a48626baeb648e084f4e7ba9c0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 22 Jan 2024 14:46:38 -0500 Subject: [PATCH] chore: remove debug log --- src/activitypub/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/activitypub/index.js b/src/activitypub/index.js index bfca23ce07..f21e7cf10c 100644 --- a/src/activitypub/index.js +++ b/src/activitypub/index.js @@ -185,7 +185,6 @@ ActivityPub.get = async (uid, uri) => { const headers = uid > 0 ? await ActivityPub.sign(uid, uri) : {}; winston.verbose(`[activitypub/get] ${uri}`); - console.log(headers); const { response, body } = await request.get(uri, { headers: { ...headers,