From 57053b81f3a9d4fc28ee377525a7488bad35ff8c Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Sun, 23 Oct 2022 12:18:00 +0100 Subject: remove Information Cog loading log --- bot/exts/info/information.py | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v1.2.3