diff --git a/account_manager.py b/account_manager.py
index 9c8c17ff066567057de20b9cbae084118aec3f42..98e7a3b89088fc6047c4389e45a02ee476a5632c 100755
--- a/account_manager.py
+++ b/account_manager.py
@@ -59,7 +59,6 @@ def callback(ch, method, properties, body):
     msg = json.loads(body)
     username = msg["username"]
 
-    print(msg)
     if msg["success"]:
         print(f"Account for {username} has been {msg['action']}ed.\n Updating the user state in DB")
     else: