Skip to content
Snippets Groups Projects
Unverified Commit 3634447a authored by Ravi Tripathi's avatar Ravi Tripathi Committed by GitHub
Browse files

Merge pull request #69 from eesaanatluri/feat-misc-code-cleanup

Remove the line using deleted var
parents 231a0df7 2c720358
No related branches found
No related tags found
3 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!78Feat cod rmq
...@@ -37,7 +37,6 @@ def git_commit(ch, method, properties, body): ...@@ -37,7 +37,6 @@ def git_commit(ch, method, properties, body):
group_ldif = groups_dir + f'/{username}.ldif' group_ldif = groups_dir + f'/{username}.ldif'
logger.info("Received: %s", msg) logger.info("Received: %s", msg)
logger.debug("ticketnum: %s", ticketnum)
logger.debug("branch_name: %s", branch_name) logger.debug("branch_name: %s", branch_name)
try: try:
......
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