From 1da61a43e771580d503305c8b0f13031f30af54e Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Tue, 26 Nov 2024 15:48:46 +0530 Subject: [PATCH] chore: remove debugging statement --- erpnext/accounts/report/cash_flow/cash_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/report/cash_flow/cash_flow.py b/erpnext/accounts/report/cash_flow/cash_flow.py index 562ac5efb81..bdc4083cedb 100644 --- a/erpnext/accounts/report/cash_flow/cash_flow.py +++ b/erpnext/accounts/report/cash_flow/cash_flow.py @@ -263,7 +263,6 @@ def get_report_summary(summary_data, currency): def get_chart_data(columns, data, currency): labels = [d.get("label") for d in columns[2:]] - print(data) datasets = [ { "name": section.get("section").replace("'", ""),