chore: remove debug log

This commit is contained in:
Julian Lam
2024-01-22 14:46:38 -05:00
parent 9e58b04c4e
commit 403bf3e1a8

View File

@@ -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,