Skip to content

Commit

Permalink
Remove some debug verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
notsniped authored May 10, 2024
1 parent a0c510c commit b64225f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cogs/levelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit b64225f

Please sign in to comment.