1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Remove debug messages

This commit is contained in:
Chocobozzz 2020-01-24 11:38:35 +01:00
parent 44d4ee4fcb
commit 99849607a6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 0 additions and 3 deletions

View file

@ -20,8 +20,6 @@ async function processActivityPubHttpUnicast (job: Bull.Job) {
const body = await computeBody(payload)
const httpSignatureOptions = await buildSignedRequestOptions(payload)
logger.info('hello', { httpSignatureOptions })
const options = {
method: 'POST',
uri,