diff options
author | Rob Austein <sra@hactrn.net> | 2014-05-28 21:52:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-05-28 21:52:52 +0000 |
commit | 918c574234813292f6ec7154f83cc9ace3a957ae (patch) | |
tree | a0adba1f741f5c7454d85383910681601033d108 /rpki/x509.py | |
parent | 937db24e600d3b29d780575120250e47980de901 (diff) |
Update all uses of rpki.log.traceback() for use with logging module.
svn path=/trunk/; revision=5838
Diffstat (limited to 'rpki/x509.py')
-rw-r--r-- | rpki/x509.py | 3 |
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: |