Skip to content

Commit b64225f

Browse files
authored
Remove some debug verbose logging
1 parent a0c510c commit b64225f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cogs/levelling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ async def leaderboard_levels(self, ctx: ApplicationContext):
8282
if levels_dict[i] != 0:
8383
user_context = await ctx.bot.fetch_user(i)
8484
if not user_context.bot and levels_dict[i] != 0:
85-
print(i, levels_dict[i])
8685
if y == 1: yf = ":first_place:"
8786
elif y == 2: yf = ":second_place:"
8887
elif y == 3: yf = ":third_place:"

0 commit comments

Comments
 (0)