Roo/HtmlEditorCore.js
authorleon <leon@roojs.com>
Tue, 3 May 2022 03:39:27 +0000 (11:39 +0800)
committerleon <leon@roojs.com>
Tue, 3 May 2022 03:39:27 +0000 (11:39 +0800)
Roo/HtmlEditorCore.js

index 5f10c1c..1da95fe 100644 (file)
@@ -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', ':' ]} );