diff --git a/controllers_v2/finstitutions/payments/base.py b/controllers_v2/finstitutions/payments/base.py index 97f231b..324c3df 100644 --- a/controllers_v2/finstitutions/payments/base.py +++ b/controllers_v2/finstitutions/payments/base.py @@ -352,8 +352,6 @@ class PaymentsController(CoreAuthTokenController, ABC): alert_on_all_failures = True ) - print("RECEIPT ADD JSON:", json.to_string(sql_json, default = str)) - # Return the response: if sql_json["status"] == 1: return True else: return False