mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-23 00:58:40 +02: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