Skip to content

Commit 1812018

Browse files
committed
removed some logs
1 parent 4d48f8f commit 1812018

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

json_work_proof/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ def decode(self, stamp: str, verify: bool = True, expiration_range: DateRange =
128128
if isinstance(expiration, float) or isinstance(expiration, int): expiration = datetime.fromtimestamp(expiration)
129129

130130
if not expiration_range.contains(expiration):
131-
print(expiration_range.start, expiration_range.end)
132-
print(expiration)
133131
raise JWP.DecodeError.Expired
134132

135133
return body

0 commit comments

Comments
 (0)