From b64225f7dfbed0926107c018b550ce470416136a Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Fri, 10 May 2024 15:51:36 +0530 Subject: [PATCH] Remove some debug verbose logging --- cogs/levelling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/levelling.py b/cogs/levelling.py index 87a65e1..ae1e145 100644 --- a/cogs/levelling.py +++ b/cogs/levelling.py @@ -82,7 +82,6 @@ async def leaderboard_levels(self, ctx: ApplicationContext): if levels_dict[i] != 0: user_context = await ctx.bot.fetch_user(i) if not user_context.bot and levels_dict[i] != 0: - print(i, levels_dict[i]) if y == 1: yf = ":first_place:" elif y == 2: yf = ":second_place:" elif y == 3: yf = ":third_place:"