]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove debugging print
authorBob Halley <halley@nominum.com>
Sat, 20 Nov 2010 14:25:45 +0000 (14:25 +0000)
committerBob Halley <halley@nominum.com>
Sat, 20 Nov 2010 14:25:45 +0000 (14:25 +0000)
tests/dnssec.py

index da8f45234d5218eaa7785f44a3d0496048c57c09..719905464de44fe6c1f0e21d5b143a2417b44f53 100644 (file)
@@ -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__':