chore: remove debug console log for js_filters (#34681)

This commit is contained in:
Abdeali Chharchhodawala 2025-11-13 18:18:40 +05:30 committed by GitHub
parent c692d52bb4
commit b1190bd492
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",