From aa529fdaa9b5ca5d539cace4eb42c211b89e3007 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 27 Jun 2022 16:46:08 +0800 Subject: [PATCH] Roo/htmleditor/BlockTd.js --- Roo/htmleditor/BlockTd.js | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.39.2