Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 7c4c628

Browse files
committed
Remove unused code.
1 parent 521bf2b commit 7c4c628

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/oidcmsg/oidc/__init__.py

-8
Original file line numberDiff line numberDiff line change
@@ -771,14 +771,6 @@ def pack(self, alg="", **kwargs):
771771
else:
772772
self.pack_init()
773773

774-
# if 'jti' in self.c_param:
775-
# try:
776-
# _jti = kwargs['jti']
777-
# except KeyError:
778-
# _jti = uuid.uuid4().hex
779-
#
780-
# self['jti'] = _jti
781-
782774
def to_jwt(self, key=None, algorithm="", lev=0, lifetime=0):
783775
self.pack(alg=algorithm, lifetime=lifetime)
784776
return Message.to_jwt(self, key=key, algorithm=algorithm, lev=lev)

0 commit comments

Comments
 (0)