diff --git a/core/modules/macros/edit/editors/texteditor.js b/core/modules/macros/edit/editors/texteditor.js index 6abb4bca4..9add9e411 100644 --- a/core/modules/macros/edit/editors/texteditor.js +++ b/core/modules/macros/edit/editors/texteditor.js @@ -88,7 +88,6 @@ TextEditor.prototype.getChild = function() { }; TextEditor.prototype.handleEvent = function(event) { -console.log("event type",event.type); // Get the value of the field if it might have changed if("keyup focus blur".split(" ").indexOf(event.type) !== -1) { this.saveChanges();