mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-17 23:13:57 +01:00
refactor: remove debug print
This commit is contained in:
@@ -111,8 +111,6 @@ def calculate_currency_net_worth():
|
||||
balance=Coalesce(Subquery(balance_subquery), Decimal("0"))
|
||||
)
|
||||
|
||||
print(currencies_data[0].balance)
|
||||
|
||||
net_worth = {}
|
||||
for item in currencies_data:
|
||||
currency_name = item.name
|
||||
|
||||
Reference in New Issue
Block a user