From 068df9f815723db32e673dafc14a85cdc6fcc313 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Tue, 20 Dec 2022 10:00:53 +0530 Subject: [PATCH] chore: remove print statement --- erpnext/accounts/report/cash_flow/cash_flow.py | 2 -- 1 file changed, 2 deletions(-) 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