(20250227) print removed
This commit is contained in:
@@ -158,8 +158,6 @@ async def generate_otp(
|
|||||||
:return: A standard response structure.
|
: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
|
seconds = inbound_data.seconds
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
print("OTP RESPONSE:", otp_response)
|
|
||||||
|
|
||||||
# If the OTP generation failed:
|
# If the OTP generation failed:
|
||||||
if not otp_response.success: return ResponseModel(
|
if not otp_response.success: return ResponseModel(
|
||||||
|
|||||||
Reference in New Issue
Block a user