summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2010-11-20 14:25:45 +0000
committerBob Halley <halley@nominum.com>2010-11-20 14:25:45 +0000
commit7b84b865966b8cf2f3d04fa908bde12aa0270852 (patch)
tree04bd737a13e3741fc6cdf7121257c2057de75601
parentd11dd9abb9056c01e255ccdbd072b0e5bd77d91b (diff)
downloaddnspython-7b84b865966b8cf2f3d04fa908bde12aa0270852.tar.gz
remove debugging print
-rw-r--r--tests/dnssec.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dnssec.py b/tests/dnssec.py
index da8f452..7199054 100644
--- a/tests/dnssec.py
+++ b/tests/dnssec.py
@@ -85,7 +85,6 @@ class DNSSECValidatorTestCase(unittest.TestCase):
def testMakeDS(self):
ds = dns.dnssec.make_ds(abs_dnspython_org, sep_key, 'SHA256')
- print ds
self.failUnless(ds == good_ds)
if __name__ == '__main__':