Skip to content

Commit 3f9f009

Browse files
committed
Comment out debug statement
1 parent c513e59 commit 3f9f009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

signxml/util/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ def verify(self, cert_chain):
255255
# if len(cert_chain) > 2:
256256
# [ ] leaf, reversed(intermediates)
257257
# [ ] intermediates, leaf
258-
for cert in cert_chain:
259-
eku_oid = x509.oid.ExtensionOID.EXTENDED_KEY_USAGE
258+
# for cert in cert_chain:
259+
# eku_oid = x509.oid.ExtensionOID.EXTENDED_KEY_USAGE
260260
try:
261261
return self._do_verify(cert_chain)
262262
except x509.verification.VerificationError:

0 commit comments

Comments
 (0)