From: Bob Halley Date: Sat, 20 Nov 2010 14:25:45 +0000 (+0000) Subject: remove debugging print X-Git-Tag: v1.9.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b84b865966b8cf2f3d04fa908bde12aa0270852;p=thirdparty%2Fdnspython.git remove debugging print --- diff --git a/tests/dnssec.py b/tests/dnssec.py index da8f4523..71990546 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__':