aboutsummaryrefslogtreecommitdiff
path: root/rpki/x509.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpki/x509.py')
-rw-r--r--rpki/x509.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rpki/x509.py b/rpki/x509.py
index 41daade5..c9a8f9c1 100644
--- a/rpki/x509.py
+++ b/rpki/x509.py
@@ -1514,8 +1514,6 @@ class CMS_object(DER_object):
Sign and wrap inner content.
"""
- rpki.log.trace()
-
if isinstance(certs, X509):
cert = certs
certs = ()
@@ -1844,7 +1842,6 @@ class XML_CMS_object(Wrapped_CMS_object):
"""
Wrap an XML PDU in CMS and return its DER encoding.
"""
- rpki.log.trace()
if self.saxify is None:
self.set_content(msg)
else: