Browse Source

Remove print statements

pull/10230/head
blord0 2 months ago
committed by GitHub
parent
commit
2a96d13810
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      discord/http.py

3
discord/http.py

@ -617,9 +617,6 @@ class HTTPClient:
headers['X-Audit-Log-Reason'] = _uriquote(reason, safe='/ ')
kwargs['headers'] = headers
print("=-=-=-=-=-=-=-=-=-=-=-=")
print(headers)
print("=-=-=-=-=-=-=-=-=-=-=-=")
# Proxy support
if self.proxy is not None:
kwargs['proxy'] = self.proxy

Loading…
Cancel
Save