diff --git a/erpnext/accounts/report/cash_flow/cash_flow.py b/erpnext/accounts/report/cash_flow/cash_flow.py index 12a6bc11999..cb3c78a2b0b 100644 --- a/erpnext/accounts/report/cash_flow/cash_flow.py +++ b/erpnext/accounts/report/cash_flow/cash_flow.py @@ -210,8 +210,6 @@ def get_account_type_based_gl_data(company, filters=None): filters, ) - print(gl_sum) - return gl_sum[0] if gl_sum and gl_sum[0] else 0