mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
chore: remove debugging statement
This commit is contained in:
@@ -263,7 +263,6 @@ def get_report_summary(summary_data, currency):
|
|||||||
|
|
||||||
def get_chart_data(columns, data, currency):
|
def get_chart_data(columns, data, currency):
|
||||||
labels = [d.get("label") for d in columns[2:]]
|
labels = [d.get("label") for d in columns[2:]]
|
||||||
print(data)
|
|
||||||
datasets = [
|
datasets = [
|
||||||
{
|
{
|
||||||
"name": section.get("section").replace("'", ""),
|
"name": section.get("section").replace("'", ""),
|
||||||
|
|||||||
Reference in New Issue
Block a user