aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/info/information.py1
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")