From a9d2a3ba5cd64d097a25d3053ffd77e7fd617679 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 3 May 2022 11:39:27 +0800 Subject: [PATCH] Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index 5f10c1c036..1da95fe14b 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -1318,7 +1318,6 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { */ cleanWord : function(node) { - console.log("HtmlEditorCore cleanWord"); new Roo.htmleditor.FilterWord({ node : node ? node : this.doc.body }); new Roo.htmleditor.FilterKeepChildren({node : node ? node : this.doc.body, tag : [ 'FONT', ':' ]} ); -- 2.39.2