aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/halloween/scarymovie.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/halloween/scarymovie.py')
-rw-r--r--bot/exts/halloween/scarymovie.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/halloween/scarymovie.py b/bot/exts/halloween/scarymovie.py
index 3823a3e4..c80e0298 100644
--- a/bot/exts/halloween/scarymovie.py
+++ b/bot/exts/halloween/scarymovie.py
@@ -129,4 +129,3 @@ class ScaryMovie(commands.Cog):
def setup(bot: commands.Bot) -> None:
"""Scary movie Cog load."""
bot.add_cog(ScaryMovie(bot))
- log.info("ScaryMovie cog loaded")