diff --git a/controllers_v2/finstitutions/payments/base.py b/controllers_v2/finstitutions/payments/base.py index 0a306eb..b788d98 100644 --- a/controllers_v2/finstitutions/payments/base.py +++ b/controllers_v2/finstitutions/payments/base.py @@ -427,8 +427,6 @@ class PaymentsController(CoreAuthTokenController, ABC): line_item["accountGroupId"] = account_group_id line_items.append(line_item) - print("LINE ITEMS:", json.to_string(line_items, default=str)) - # Now we add the line items for each entry: journal_entry_id = sql_json["data"]["sales_id"] success_count = 0