diff options
author | Rob Austein <sra@hactrn.net> | 2009-05-17 02:12:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-05-17 02:12:47 +0000 |
commit | 452dc3821395c2c85424a9c3be49dc7ce7977d85 (patch) | |
tree | 182a77ccc3dfebc4ab644d0848cb25d2d2ac7e04 | |
parent | 9cf1645a35acd49b7e9e395dda9d50a0c66add48 (diff) |
Cleanup
svn path=/rpkid/testbed.py; revision=2436
-rw-r--r-- | rpkid/testbed.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpkid/testbed.py b/rpkid/testbed.py index a27e7495..187c68c6 100644 --- a/rpkid/testbed.py +++ b/rpkid/testbed.py @@ -1110,7 +1110,6 @@ def call_pubd(pdu, cb): url = "https://localhost:%d/control" % pubd_port def call_pubd_cb(val): - rpki.log.debug("call_pubd_cb(%r)" % (val,)) if isinstance(val, Exception): raise val msg, xml = rpki.publication.cms_msg.unwrap(val, (pubd_ta, pubd_pubd_cert), |