chore: remove deprecated message

This commit is contained in:
Shariq Ansari 2023-10-11 15:35:53 +05:30 committed by GitHub
parent 8550e7bded
commit 7d4de5675c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1605,9 +1605,8 @@ Object.assign(frappe.utils, {
return string;
}
},
// deprecated!
get_filter_as_json(filters) {
console.warn("frappe.utils.get_filter_as_json is deprecated.");
// convert filter array to json
let filter = null;
if (filters.length) {