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