(20250102) Extra print statement removed from production.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user