aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/branding.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/evergreen/branding.py')
-rw-r--r--bot/exts/evergreen/branding.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/branding.py b/bot/exts/evergreen/branding.py
index 2eb563ea..0a14cd84 100644
--- a/bot/exts/evergreen/branding.py
+++ b/bot/exts/evergreen/branding.py
@@ -501,4 +501,3 @@ class BrandingManager(commands.Cog):
def setup(bot: SeasonalBot) -> None:
"""Load BrandingManager cog."""
bot.add_cog(BrandingManager(bot))
- log.info("BrandingManager cog loaded")