diff options
| author | Bob Halley <halley@dnspython.org> | 2020-06-17 07:45:13 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-06-17 07:45:13 -0700 |
| commit | 71bfecc09fe8e836444ede28884e2f2ff3bc34cc (patch) | |
| tree | b742db90de0f4a16c805669296a0a756d743fe73 /tests/test_query.py | |
| parent | 46a2ea6fa7cd4222c24c6a7c4c1f1aeb8cf345b6 (diff) | |
| download | dnspython-71bfecc09fe8e836444ede28884e2f2ff3bc34cc.tar.gz | |
remove debugging prints
Diffstat (limited to 'tests/test_query.py')
| -rw-r--r-- | tests/test_query.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_query.py b/tests/test_query.py index ab2e5e6..b967a6e 100644 --- a/tests/test_query.py +++ b/tests/test_query.py @@ -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): |
