diff --git a/api/blueprints/common/otp/timed_otp.py b/api/blueprints/common/otp/timed_otp.py index f544e73..54cf3a4 100644 --- a/api/blueprints/common/otp/timed_otp.py +++ b/api/blueprints/common/otp/timed_otp.py @@ -158,8 +158,6 @@ async def generate_otp( :return: A standard response structure. """ - print("RAW INPUT:", json.to_string(inbound_data.model_dump(), default=str)) - # ┏┓ ┓ ┏┓┓ ┓ # ┣┫┓┏╋┣┓ ┃ ┣┓┏┓┏┃┏ # ┛┗┗┻┗┛┗ ┗┛┛┗┗ ┗┛┗ @@ -223,7 +221,6 @@ async def generate_otp( seconds = inbound_data.seconds ) ) - print("OTP RESPONSE:", otp_response) # If the OTP generation failed: if not otp_response.success: return ResponseModel(