(20250227) print removed

This commit is contained in:
2025-02-27 12:02:38 +05:30
parent ae0dbbb0ef
commit cab0e19ede
-3
View File
@@ -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(