We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d63d4f commit f26b331Copy full SHA for f26b331
yoti_python_sdk/http.py
@@ -98,7 +98,6 @@ def execute(self):
98
Send the signed request, using the default RequestHandler if one has not be supplied
99
"""
100
if self.__request_handler is None:
101
- print("Using default request handler")
102
return DefaultRequestHandler.execute(self)
103
104
return self.__request_handler.execute(self)
0 commit comments