Skip to content

Commit

Permalink
Merge pull request #9 from jamshale/codecov
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
jamshale authored May 14, 2024
2 parents 3441447 + 8386b24 commit b7e5b11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aries_cloudagent/anoncreds/holder.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ def get_rev_state(cred_id: str, detail: dict):
cred = creds[cred_id]
rev_reg_id = cred.rev_reg_id
timestamp = detail.get("timestamp") if rev_reg_id else None
print("Test")
rev_state = None
if timestamp:
if not rev_states or rev_reg_id not in rev_states:
Expand Down

0 comments on commit b7e5b11

Please sign in to comment.