Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Mon, 28 Aug 2023 07:04:13 +0000 (15:04 +0800)
committerleon <leon@roojs.com>
Mon, 28 Aug 2023 07:04:13 +0000 (15:04 +0800)
Roo/htmleditor/BlockFigure.js

index b3be29b..9d01b1d 100644 (file)
@@ -420,9 +420,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
 
         if(this.caption_display == 'none' && this.caption == '' && dc && dc.length){
             this.caption = dc;
-            Roo.log('DATA CAPTION');
         }
-        Roo.log(this.caption);
 
         //this.text_align = this.getVal(node, 'figcaption', 'style','text-align');
         this.width = this.getVal(node, true, 'data-width');