diff --git a/accounting/recharge.py b/accounting/recharge.py index 1034f95..ee87d8f 100644 --- a/accounting/recharge.py +++ b/accounting/recharge.py @@ -62,7 +62,6 @@ class RechargeBiz(PFBiz): ao = Accounting(self) await self.write_bill(sor) await ao.do_accounting(sor) - print(f'recharge ok for {self.bill}, {nodes=}') return True async def write_bill(self, sor):