Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 30, 2023
1 parent 068224e commit e4c245b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cashu/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def to_dict(self, include_dleq=False):
return dict(id=self.id, amount=self.amount, secret=self.secret, C=self.C)

assert self.dleq, "DLEQ proof is missing"
print(self.dleq)
return dict(
id=self.id,
amount=self.amount,
Expand Down

0 comments on commit e4c245b

Please sign in to comment.