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

Remove the var that is no longer used from debug logger

parent c2e0e1f3
No related branches found
No related tags found
3 merge requests!147Merge previous default branch feat-cod-rmq into main,!136Agent that adds a user to a group list,!137Refactor ssh access agent
......@@ -81,7 +81,7 @@ def group_member(ch, method, properties, body):
else:
print("Error: no reply_to")
logger.debug(f'User {username} confirmation sent for {action}ing {task}')
logger.debug(f'User {username} confirmation sent from {task}')
ch.basic_ack(delivery_tag=method.delivery_tag)
......
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