From 187f9a2b7dc524829f6b2c709084de2b192e8f4c Mon Sep 17 00:00:00 2001 From: AMIT YADAV Date: Fri, 15 Mar 2024 23:51:29 +0530 Subject: [PATCH] Removed unnecessary debug log --- discord/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord/http.py b/discord/http.py index 61ffb823cd..f15b65ab80 100644 --- a/discord/http.py +++ b/discord/http.py @@ -293,7 +293,6 @@ async def request( # check if we have rate limit header information remaining = response.headers.get("X-Ratelimit-Remaining") - print(f"RatelimitReached: status: {response.status}, url: {url}, method: {method}") if remaining == "0" and response.status != 429: print(f"RatelimitReached: status: {response.status}, url: {url}, method: {method}") # we've depleted our current bucket