[minor] removed log
This commit is contained in:
parent
79810466a8
commit
727ab45f5d
1 changed files with 0 additions and 1 deletions
|
|
@ -1275,7 +1275,6 @@ frappe.ui.form.ControlTextEditor = frappe.ui.form.ControlCode.extend({
|
|||
}
|
||||
},
|
||||
_set_input: function(value) {
|
||||
console.log(value);
|
||||
if(value == null) value = "";
|
||||
value = frappe.utils.remove_script_and_style(value);
|
||||
this.editor.set_input(value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue