fix: remove console.log

This commit is contained in:
Sagar Vora 2021-11-11 13:29:38 +05:30
parent 1fd53c4306
commit cc5c153299

View file

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