From 918c574234813292f6ec7154f83cc9ace3a957ae Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 28 May 2014 21:52:52 +0000 Subject: Update all uses of rpki.log.traceback() for use with logging module. svn path=/trunk/; revision=5838 --- rpki/x509.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'rpki/x509.py') 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: -- cgit v1.2.3