remove unnecessary print

This commit is contained in:
Izalia Mae 2022-11-26 23:11:51 -05:00
parent 335146a970
commit ce9e0c4d00

View file

@ -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}')