Skip to content

Commit 1bd1d37

Browse files
committed
extraneous print removal
1 parent dd4107f commit 1bd1d37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wsgi_intercept/_urllib3.py

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class HTTPS_WSGIInterceptor(WSGI_HTTPSConnection, HTTPSConnection):
4242
is_verified = True
4343

4444
def __init__(self, *args, **kwargs):
45-
print(f"{args}:::{kwargs}")
4645
if 'cert_reqs' in kwargs and kwargs['cert_reqs'] is not None:
4746
self._intercept_cert_reqs = kwargs.pop("cert_reqs")
4847
for kw in HTTPS_KEYWORD_POPS:

0 commit comments

Comments
 (0)