mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
Removed print statement
This commit is contained in:
@@ -277,10 +277,6 @@ class Analytics(object):
|
|||||||
def get_chart_data(self):
|
def get_chart_data(self):
|
||||||
length = len(self.columns)
|
length = len(self.columns)
|
||||||
labels = [d.get("label") for d in self.columns[2:length-1]]
|
labels = [d.get("label") for d in self.columns[2:length-1]]
|
||||||
entry = {
|
|
||||||
'name':self.data[0].get('entity_name')
|
|
||||||
}
|
|
||||||
print("##########")
|
|
||||||
self.chart = {
|
self.chart = {
|
||||||
"data": {
|
"data": {
|
||||||
'labels': labels,
|
'labels': labels,
|
||||||
|
|||||||
Reference in New Issue
Block a user