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

index 9818f0c..a88f02e 100644 (file)
@@ -32,7 +32,6 @@ Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter,
     replaceTag : function(node)
     {
          
-        console.log("FilterWord replaceTag");
         // no idea what this does - span with text, replaceds with just text.
         if(
                 node.nodeName == 'SPAN' &&