]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove debugging prints
authorBob Halley <halley@dnspython.org>
Wed, 17 Jun 2020 14:45:13 +0000 (07:45 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 17 Jun 2020 14:45:13 +0000 (07:45 -0700)
tests/test_query.py

index ab2e5e6258588cccdc9489834d79479a26ad4bd1..b967a6e26737f591b4de7365defa9b0494e983db 100644 (file)
@@ -424,8 +424,6 @@ class XfrTests(unittest.TestCase):
             expected = dns.message.from_text(ixfr_up_to_date_message,
                                              one_rr_per_rrset=True)
             expected.id = l[0].id
-            print(expected)
-            print(l[0])
             self.assertEqual(l[0], expected)
 
     def test_ixfr_trailing_junk(self):