From 865e26bbce0ac7b7454493e6b6d8bd41a7874b03 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 26 Oct 2012 22:12:23 +0100 Subject: [PATCH] Extraneous console.log --- core/modules/macros/edit/editors/texteditor.js | 1 - 1 file changed, 1 deletion(-) 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();