From cab0e19edee92a2c8d5a83a2d83438000e0840c8 Mon Sep 17 00:00:00 2001 From: khushal Date: Thu, 27 Feb 2025 12:02:38 +0530 Subject: [PATCH] (20250227) print removed --- api/blueprints/common/otp/timed_otp.py | 3 --- 1 file changed, 3 deletions(-) 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(