From ae901eb52569bc9eca6c4e871a3fc808c7e19002 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 13 Apr 2022 13:58:27 +0200 Subject: [PATCH] Zap a leftover debug line in test code --- regression-tests.recursor-dnssec/test_Protobuf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/regression-tests.recursor-dnssec/test_Protobuf.py b/regression-tests.recursor-dnssec/test_Protobuf.py index ec10afb08e..dd60abd6f4 100644 --- a/regression-tests.recursor-dnssec/test_Protobuf.py +++ b/regression-tests.recursor-dnssec/test_Protobuf.py @@ -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) -- 2.47.2