mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
remove unnecessary print
This commit is contained in:
parent
335146a970
commit
ce9e0c4d00
|
@ -151,8 +151,6 @@ class HttpClient:
|
|||
headers = {'Content-Type': 'application/activity+json'}
|
||||
headers.update(self.database.signer.sign_headers('POST', url, message, algorithm=algorithm))
|
||||
|
||||
print(headers)
|
||||
|
||||
try:
|
||||
logging.verbose(f'Sending "{message.type}" to {url}')
|
||||
|
||||
|
|
Loading…
Reference in a new issue