[minor] removed log

This commit is contained in:
Rushabh Mehta 2015-04-30 10:16:50 +05:30
parent 79810466a8
commit 727ab45f5d

View file

@ -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);