From a86b8eada9c4fd0510c32f0fb0da4fa91242c554 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 (cherry picked from commit 068df9f815723db32e673dafc14a85cdc6fcc313) --- 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 271cb05678a..af706811ab2 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