diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-24 11:38:35 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-24 11:38:35 +0100 |
commit | 99849607a67ff8dd3bef75b347ce39716e46f090 (patch) | |
tree | 46508d0d538ccaca9157b6a0ca9204b654c9a587 /server/lib/job-queue/handlers | |
parent | 44d4ee4fcb7cf8beebac73f85693c09919b91e66 (diff) | |
download | PeerTube-99849607a67ff8dd3bef75b347ce39716e46f090.tar.gz PeerTube-99849607a67ff8dd3bef75b347ce39716e46f090.tar.zst PeerTube-99849607a67ff8dd3bef75b347ce39716e46f090.zip |
Remove debug messages
Diffstat (limited to 'server/lib/job-queue/handlers')
-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, |