diff --git a/support_cog.py b/support_cog.py
index 541a47cdc0f381cf19840e9be968a6bd976316f5..ebde6b67bc1b9b8319614def1ddf506fc3f37576 100644
--- a/support_cog.py
+++ b/support_cog.py
@@ -13,7 +13,6 @@ class SupportCog(commands.Cog):
     @commands.Cog.listener()
     async def on_message(self, message):
         if message.author == self.bot.user:
-            print("hmmm")
             return
 
         if type(message.channel) is discord.DMChannel: