From: leon Date: Tue, 3 May 2022 03:39:09 +0000 (+0800) Subject: Roo/htmleditor/FilterKeepChildren.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=f71cd04f1448a09d321d415afe213afb2d93db26 Roo/htmleditor/FilterKeepChildren.js --- diff --git a/Roo/htmleditor/FilterKeepChildren.js b/Roo/htmleditor/FilterKeepChildren.js index 23d15a4fd3..de742375e7 100644 --- a/Roo/htmleditor/FilterKeepChildren.js +++ b/Roo/htmleditor/FilterKeepChildren.js @@ -8,7 +8,6 @@ Roo.htmleditor.FilterKeepChildren = function(cfg) { - console.log("FilterKeepChildren definition"); Roo.apply(this, cfg); if (this.tag === false) { return; // dont walk.. (you can use this to use this just to do a child removal on a single tag ) @@ -22,7 +21,6 @@ Roo.extend(Roo.htmleditor.FilterKeepChildren, Roo.htmleditor.FilterBlack, replaceTag : function(node) { - console.log("FilterKeepChildren replaceTag"); // walk children... //Roo.log(node); var ar = Array.from(node.childNodes);