From 2a96d138105ee89411b36c20b79176f9c1fcc061 Mon Sep 17 00:00:00 2001 From: blord0 <68508813+blord0@users.noreply.github.com> Date: Thu, 17 Jul 2025 13:22:04 +0100 Subject: [PATCH] Remove print statements --- discord/http.py | 3 --- 1 file changed, 3 deletions(-) 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