chore: remove deprecated message
This commit is contained in:
parent
8550e7bded
commit
7d4de5675c
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue