We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4107f commit 1bd1d37Copy full SHA for 1bd1d37
wsgi_intercept/_urllib3.py
@@ -42,7 +42,6 @@ class HTTPS_WSGIInterceptor(WSGI_HTTPSConnection, HTTPSConnection):
42
is_verified = True
43
44
def __init__(self, *args, **kwargs):
45
- print(f"{args}:::{kwargs}")
46
if 'cert_reqs' in kwargs and kwargs['cert_reqs'] is not None:
47
self._intercept_cert_reqs = kwargs.pop("cert_reqs")
48
for kw in HTTPS_KEYWORD_POPS:
0 commit comments