From: leon Date: Mon, 27 Jun 2022 08:46:08 +0000 (+0800) Subject: Roo/htmleditor/BlockTd.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=aa529fdaa9b5ca5d539cace4eb42c211b89e3007 Roo/htmleditor/BlockTd.js --- diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index 71feaa970c..85b966fbb7 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -599,7 +599,6 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { updateWidths : function(table) { console.log("htmleditor.BlockTd updateWidths"); - console.log(table); for(var r = 0 ; r < table.length; r++) { for(var c = 0 ; c < table[r].length; c++) { @@ -618,11 +617,6 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { }, normalizeWidths : function(table) { - console.log("htmleditor.BlockTd normalizeWidths"); - console.log("colWidths 0"); - console.log(this.colWidths[0]); - console.log("colWidths 1"); - console.log(this.colWidths[1]); if (this.colWidths[0] === false) { var nw = 100.0 / this.colWidths.length;