From bee50b17f36df60f1c3c46b74d155b8680cc7934 Mon Sep 17 00:00:00 2001 From: Jeffrey 'Alex' Clark Date: Fri, 24 Apr 2026 09:11:13 -0400 Subject: [PATCH] PYTHON-5773 Remove debug print statement from test_tlsinsecure_simple --- test/test_uri_parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_uri_parser.py b/test/test_uri_parser.py index d5bc7a435..5283f9db4 100644 --- a/test/test_uri_parser.py +++ b/test/test_uri_parser.py @@ -465,7 +465,6 @@ class TestURI(unittest.TestCase): "tlsInsecure": True, "tlsDisableOCSPEndpointCheck": True, } - print(parse_uri(uri)["options"]) self.assertEqual(res, parse_uri(uri)["options"]) def test_normalize_options(self):