Remove debugging code

master
Mark Veidemanis 3 years ago
parent 0b9cd93369
commit 182e2ae8ba
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -476,7 +476,6 @@ class Transactions(object):
else:
rate = rates[currency]
amount_usd = float(amount) / rate
print("AMOUTN USD", amount_usd)
cumul_usd += amount_usd
return cumul_usd

Loading…
Cancel
Save