chore: remove debugging statement

This commit is contained in:
ruthra kumar
2024-11-26 15:48:46 +05:30
parent c66d57d490
commit 1da61a43e7

View File

@@ -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("'", ""),