From: Otto Moerbeek Date: Wed, 13 Apr 2022 11:58:27 +0000 (+0200) Subject: Zap a leftover debug line in test code X-Git-Tag: auth-4.8.0-alpha0~145^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11529%2Fhead;p=thirdparty%2Fpdns.git Zap a leftover debug line in test code --- 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)