mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-23 07:53:00 +01:00
chore: remove debug log
This commit is contained in:
@@ -185,7 +185,6 @@ ActivityPub.get = async (uid, uri) => {
|
|||||||
|
|
||||||
const headers = uid > 0 ? await ActivityPub.sign(uid, uri) : {};
|
const headers = uid > 0 ? await ActivityPub.sign(uid, uri) : {};
|
||||||
winston.verbose(`[activitypub/get] ${uri}`);
|
winston.verbose(`[activitypub/get] ${uri}`);
|
||||||
console.log(headers);
|
|
||||||
const { response, body } = await request.get(uri, {
|
const { response, body } = await request.get(uri, {
|
||||||
headers: {
|
headers: {
|
||||||
...headers,
|
...headers,
|
||||||
|
|||||||
Reference in New Issue
Block a user