Skip to content

Commit 945e52a

Browse files
Removed debug print statements
1 parent c71dd82 commit 945e52a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycardano/plutus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ def CONSTR_ID(cls):
486486
+ "*"
487487
+ "*".join([f"{f.name}~{f.type}" for f in fields(cls)])
488488
)
489-
print(det_string)
490489
det_hash = sha256(det_string.encode("utf8")).hexdigest()
491490
setattr(cls, k, int(det_hash, 16) % 2**32)
492491

0 commit comments

Comments
 (0)