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,