diff --git a/accounting/openaccount.py b/accounting/openaccount.py index d71e718..aede1f4 100644 --- a/accounting/openaccount.py +++ b/accounting/openaccount.py @@ -49,7 +49,6 @@ async def openResellerAccounts(sor, accounting_orgid, orgid): return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_RESELLER) async def openCustomerAccounts(sor, accounting_orgid, orgid): - debug(f'{sor=}, {accounting_orgid=}, {orgid=}') return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_CUSTOMER) async def openOwnerAccounts(sor, accounting_orgid):