Skip to content

Commit

Permalink
more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Feb 12, 2025
1 parent 8ecfc41 commit 5caddb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acapy_agent/revocation_anoncreds/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ async def publish_revocations(request: web.BaseRequest):

try:
rev_reg_resp = await rev_manager.publish_pending_revocations(rrid2crid, options)
print(f"<><><><> {rev_reg_resp} <><><><>")
return web.json_response({"rrid2crid": rev_reg_resp})
except (
RevocationError,
Expand Down

0 comments on commit 5caddb1

Please sign in to comment.