Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Costanzo <[email protected]>
  • Loading branch information
ianco committed Apr 12, 2022
1 parent 9e43317 commit 9296ff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aries_cloudagent/wallet/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ async def on_register_nym_event(profile: Profile, event: Event):
if is_author_role(profile) and profile.context.settings.get_value(
"endorser.auto_promote_author_did"
):
print(">>> payload =", event.payload)
did = event.payload["did"]
connection_id = event.payload.get("connection_id")
try:
Expand Down

0 comments on commit 9296ff3

Please sign in to comment.