chore: remove debug console log for js_filters (#34681)
This commit is contained in:
parent
c692d52bb4
commit
b1190bd492
1 changed files with 0 additions and 2 deletions
|
|
@ -726,8 +726,6 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
)
|
||||
.map(({ fieldname, fieldtype, options }) => ({ fieldname, fieldtype, options }));
|
||||
|
||||
console.log(js_filters, "js_filters");
|
||||
|
||||
this.last_ajax = frappe.call({
|
||||
method: "frappe.desk.query_report.run",
|
||||
type: "GET",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue