Roo/htmleditor/Block.js
authorleon <leon@roojs.com>
Mon, 14 Aug 2023 04:58:47 +0000 (12:58 +0800)
committerleon <leon@roojs.com>
Mon, 14 Aug 2023 04:58:47 +0000 (12:58 +0800)
Roo/htmleditor/Block.js

index da3935d..66fd527 100644 (file)
@@ -26,10 +26,7 @@ Roo.htmleditor.Block.factory = function(node)
     Roo.log(node);
     var cc = Roo.htmleditor.Block.cache;
     var id = Roo.get(node).id;
-    Roo.log(cc);
-    Roo.log(id);
     if (typeof(cc[id]) != 'undefined' && (!cc[id].node || cc[id].node.closest('body'))) {
-        Roo.log('CACHE');
         Roo.htmleditor.Block.cache[id].readElement(node);
         return Roo.htmleditor.Block.cache[id];
     }