1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:23:12 +00:00

chore: remove commented code

This commit is contained in:
wlinator 2024-08-02 05:54:39 -04:00
parent e7a891866c
commit 95df11b383

View file

@ -107,8 +107,6 @@ class ErrorListener(Cog):
)
log_msg += " in DMs" if ctx.guild is None else f" | guild: {ctx.guild.name} "
# if len(str(error)) > 80:
# error = f"{str(error)[:80]}..."
logger.warning(f"{log_msg} | FAILED: {error}")
@Cog.listener()