Remove debugging code

This commit is contained in:
Mark Veidemanis 2022-02-09 18:46:07 +00:00
parent fdc3f419cc
commit 31db2386fa
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 0 additions and 1 deletions

View File

@ -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