Skip to content

Commit

Permalink
chore: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dj12djdjs committed Mar 16, 2023
1 parent bb85bea commit 1e96ffb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ def calculate_new_account_balance(company, posting_date, account_details):
new_balance_in_base_currency = 0
new_balance_in_account_currency = 0

if d["party"] == "500100158":
print("debug")

current_exchange_rate = calculate_exchange_rate_using_last_gle(
company, d.account, d.party_type, d.party
)
Expand Down

0 comments on commit 1e96ffb

Please sign in to comment.