Roo/htmleditor/Filter.js
authorleon <leon@roojs.com>
Mon, 20 Nov 2023 04:44:19 +0000 (12:44 +0800)
committerleon <leon@roojs.com>
Mon, 20 Nov 2023 04:44:19 +0000 (12:44 +0800)
Roo/htmleditor/Filter.js

index c9b9067..aee16ba 100644 (file)
@@ -81,7 +81,6 @@ Roo.htmleditor.Filter.prototype = {
 
     walkTag : function(dom)
     {
-        Roo.log('WALK TAG');
         if(this.tag === false) {
             return;
         }