diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/job-queue/handlers/activitypub-http-unicast.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/lib/job-queue/handlers/activitypub-http-unicast.ts b/server/lib/job-queue/handlers/activitypub-http-unicast.ts index 6fbd4a716..c70ce3be9 100644 --- a/server/lib/job-queue/handlers/activitypub-http-unicast.ts +++ b/server/lib/job-queue/handlers/activitypub-http-unicast.ts | |||
@@ -20,8 +20,6 @@ async function processActivityPubHttpUnicast (job: Bull.Job) { | |||
20 | const body = await computeBody(payload) | 20 | const body = await computeBody(payload) |
21 | const httpSignatureOptions = await buildSignedRequestOptions(payload) | 21 | const httpSignatureOptions = await buildSignedRequestOptions(payload) |
22 | 22 | ||
23 | logger.info('hello', { httpSignatureOptions }) | ||
24 | |||
25 | const options = { | 23 | const options = { |
26 | method: 'POST', | 24 | method: 'POST', |
27 | uri, | 25 | uri, |