]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Zap a leftover debug line in test code 11529/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Apr 2022 11:58:27 +0000 (13:58 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Apr 2022 11:58:27 +0000 (13:58 +0200)
regression-tests.recursor-dnssec/test_Protobuf.py

index ec10afb08eb9bbea068e995cda29c073bbe8832b..dd60abd6f4e0a7defa211b7bad8315b0348bd644 100644 (file)
@@ -677,9 +677,7 @@ class OutgoingProtobufWithECSMappingTest(TestRecursorProtobuf):
                 continue
 
             msg = self.getFirstProtobufMessage()
-            print(qname, qtype, proto, responseSize, ecs, file=sys.stderr)
             self.checkProtobufOutgoingQuery(msg, proto, qry, dns.rdataclass.IN, qtype, qname, "127.0.0.1", None, ecs)
-            print("OK", file=sys.stderr);
             # Check the answer
             msg = self.getFirstProtobufMessage()
             self.checkProtobufIncomingResponse(msg, proto, ans, length=responseSize)