Skip to content

Commit f26b331

Browse files
committed
SDK-1076: Remove debug print statement from DefaultRequestHandler
1 parent 3d63d4f commit f26b331

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yoti_python_sdk/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def execute(self):
9898
Send the signed request, using the default RequestHandler if one has not be supplied
9999
"""
100100
if self.__request_handler is None:
101-
print("Using default request handler")
102101
return DefaultRequestHandler.execute(self)
103102

104103
return self.__request_handler.execute(self)

0 commit comments

Comments
 (0)