refactor: remove debigging statements
This commit is contained in:
parent
67fc4a7ad4
commit
94d31b5cdc
2 changed files with 0 additions and 8 deletions
|
|
@ -899,11 +899,6 @@ def validate_filters_permissions(report_name, filters=None, user=None, js_filter
|
|||
if not filters:
|
||||
return
|
||||
|
||||
# print(filters, "filters \n\n\n")
|
||||
# print(js_filters, "js_filters \n\n\n")
|
||||
|
||||
# print(frappe.query_reports["Trial Balance"], " query report \n\n\n")
|
||||
|
||||
if isinstance(js_filters, str):
|
||||
js_filters = json.loads(js_filters)
|
||||
|
||||
|
|
|
|||
|
|
@ -719,9 +719,6 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
filters.prepared_report_name = this.prepared_report_name;
|
||||
}
|
||||
|
||||
// console.log(this.filters);
|
||||
// console.log(frappe.query_reports[this.report_name].filters);
|
||||
|
||||
return new Promise((resolve) => {
|
||||
this.last_ajax = frappe.call({
|
||||
method: "frappe.desk.query_report.run",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue