commit | 068df9f815723db32e673dafc14a85cdc6fcc313 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Dec 20 10:00:53 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Dec 20 10:00:53 2022 +0530 |
tree | 24b95e9b8ac9c012a8e51c58f95a15c907eaa777 | |
parent | d0dbfec052dd9f5ef32e4872c59f3cd985a0ff2b [diff] |
chore: remove print statement
diff --git a/erpnext/accounts/report/cash_flow/cash_flow.py b/erpnext/accounts/report/cash_flow/cash_flow.py index 12a6bc1..cb3c78a 100644 --- a/erpnext/accounts/report/cash_flow/cash_flow.py +++ b/erpnext/accounts/report/cash_flow/cash_flow.py
@@ -210,8 +210,6 @@ filters, ) - print(gl_sum) - return gl_sum[0] if gl_sum and gl_sum[0] else 0