diff --git a/discord/http.py b/discord/http.py index 592bbb884..544bf2bec 100644 --- a/discord/http.py +++ b/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