Roo/htmleditor/FilterEmpty.js
authorleon <leon@roojs.com>
Mon, 26 Feb 2024 09:07:36 +0000 (17:07 +0800)
committerleon <leon@roojs.com>
Mon, 26 Feb 2024 09:07:36 +0000 (17:07 +0800)
Roo/htmleditor/FilterEmpty.js

index 53d063f..caeef5c 100644 (file)
@@ -20,9 +20,6 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
  
     replaceTag : function(node)
     {
-        Roo.log(node.tagName);
-        Roo.log(node.innerHTML);
-        Roo.log(node.childNodes.length);
         if (node.childNodes.length != 0) {
             this.walk(node);
         }