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

index 23d15a4..de74237 100644 (file)
@@ -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);