diff --git a/erpnext/accounts/report/financial_statements.py b/erpnext/accounts/report/financial_statements.py index 1f9f5450db6..1734418e4d1 100644 --- a/erpnext/accounts/report/financial_statements.py +++ b/erpnext/accounts/report/financial_statements.py @@ -325,7 +325,6 @@ def set_gl_entries_by_account(company, from_date, to_date, root_lft, root_rgt, f if filters and filters.get('presentation_currency'): gl = convert_to_presentation_currency(gl_entries, get_currency(filters)) - print('presentation currency - ', gl[0:2]) for entry in gl_entries: gl_entries_by_account.setdefault(entry.account, []).append(entry)