From: leon Date: Mon, 27 Jun 2022 08:45:53 +0000 (+0800) Subject: Roo/htmleditor/BlockTd.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ff8d27d72130c2742e8691a5da3b75466e98f9f7 Roo/htmleditor/BlockTd.js --- diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index b58965aece..71feaa970c 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -406,7 +406,6 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { toTableArray : function() { - console.log("htmleditor.BlockTd toTableArray"); var ret = []; var tab = this.node.closest('tr').closest('table'); Array.from(tab.rows).forEach(function(r, ri){ @@ -439,8 +438,6 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { if (typeof(this.colWidths[cn]) == 'undefined') { this.colWidths[cn] = ce.style.width; - console.log("colWidths " + cn); - console.log(ce.style.width); if (this.colWidths[cn] != '') { all_auto = false; }