From b2e4b03b824a1994d3d80bfcdc5c59627e324d5b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 15 Apr 2026 12:09:14 +0800 Subject: [PATCH] bugfix --- accounting/openaccount.py | 1 - 1 file changed, 1 deletion(-) 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):