(20250306) Print statement removed.

This commit is contained in:
2025-03-06 10:48:59 +05:30
parent 669232ee62
commit fafdea5d4e
3 changed files with 534 additions and 1 deletions
-1
View File
@@ -340,7 +340,6 @@ async def verify_otp(
)
# If the OTP failed:
print("OTP RESPONSE:", otp_response)
if not otp_response.success: return ResponseModel(
status_code = StatusCodes.FAILED,
http_code = HttpCodes.UNAUTHORIZED,