mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove debug messages
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user