Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Uditi Mehta committed Aug 29, 2024
1 parent a3f4747 commit b2b68b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/postcommit_tasks/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def wrapper(func):
def wrapped(*args, **kwargs):
enqueue_postcommit_task(func, args, kwargs, celery=celery, once_per_request=once_per_request)
return wrapped
return wrapper
return wrapper

0 comments on commit b2b68b5

Please sign in to comment.