Skip to content
Snippets Groups Projects
Commit a4d483da authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Remove print stmts for debug

parent 4ff2ffe1
No related branches found
No related tags found
2 merge requests!147Merge previous default branch feat-cod-rmq into main,!119Feat account management
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment