fix(aurora): removed useless debug statement
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s

This commit is contained in:
Seaswimmer 2024-05-24 04:06:05 -04:00
parent ed923f1d9b
commit 0cc7d6079d
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -201,7 +201,6 @@ class Moderation(AuroraGuildModel):
"changes": change_obj_list,
"metadata": metadata if metadata else {},
}
logger.debug(case)
return cls.from_dict(bot=bot, data=case)
@classmethod