diff options
author | 2022-10-23 12:18:00 +0100 | |
---|---|---|
committer | 2022-10-23 12:18:00 +0100 | |
commit | 57053b81f3a9d4fc28ee377525a7488bad35ff8c (patch) | |
tree | 47e176279dca230f7887c37119d2ef8f59daca09 | |
parent | reinstate the docstrings of "rules" and update it upon cog load (diff) |
remove Information Cog loading log
-rw-r--r-- | bot/exts/info/information.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/info/information.py b/bot/exts/info/information.py index 49b740d29..6e6e13f8a 100644 --- a/bot/exts/info/information.py +++ b/bot/exts/info/information.py @@ -597,4 +597,3 @@ class Information(Cog): async def setup(bot: Bot) -> None: """Load the Information cog.""" await bot.add_cog(Information(bot)) - log.info("Cog loaded: Information") |