fix: remove console.log
This commit is contained in:
parent
1fd53c4306
commit
cc5c153299
1 changed files with 0 additions and 1 deletions
|
|
@ -471,7 +471,6 @@ frappe.ui.form.ControlLink = class ControlLink extends frappe.ui.form.ControlDat
|
|||
if (!name) return resolve("");
|
||||
if (!docname || !columns_to_fetch.length) return resolve(name);
|
||||
|
||||
console.log(columns_to_fetch);
|
||||
frappe.db.get_value(
|
||||
options,
|
||||
value,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue