(20250102) Extra print statement removed from production.

This commit is contained in:
2025-01-02 12:20:06 +00:00
parent aa01fd8c7a
commit cdd2efbf20
@@ -352,8 +352,6 @@ class PaymentsController(CoreAuthTokenController, ABC):
alert_on_all_failures = True alert_on_all_failures = True
) )
print("RECEIPT ADD JSON:", json.to_string(sql_json, default = str))
# Return the response: # Return the response:
if sql_json["status"] == 1: return True if sql_json["status"] == 1: return True
else: return False else: return False