diff --git a/manger.py b/manger.py
index 15487d823bb8db6358c5a13cfc53b6c8573a740d..1ea4c6598a7d322050a21204c62abcf83fc1b80a 100644
--- a/manger.py
+++ b/manger.py
@@ -13,7 +13,6 @@ def should_ban(message) :
     global mots
     msg = message.split(" ")
     for f in msg :
-        print f
         if f in mots :
             return True
     return False 
\ No newline at end of file