From 7deb36f58920e644f17a7ad436de34fca6a608d6 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 27 Jun 2022 16:45:40 +0800 Subject: [PATCH] Roo/htmleditor/BlockTd.js --- Roo/htmleditor/BlockTd.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index acf00d7620..b58965aece 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -57,8 +57,6 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { contextMenu : function(toolbar) { - console.log("htmleditor.BlockTd contextMenu"); - console.log(toolbar); var cell = function() { return Roo.htmleditor.Block.factory(toolbar.tb.selectedNode); @@ -341,7 +339,6 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { */ toObject : function() { - console.log("htmleditor.BlockTd toObject"); var ret = { tag : 'td', contenteditable : 'true', // this stops cell selection from picking the table. @@ -377,8 +374,6 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { readElement : function(node) { - console.log("htmleditor.BlockTd readElement"); - console.log(node); node = node ? node : this.node ; this.width = node.style.width; this.colspan = Math.max(1,1*node.getAttribute('colspan')); -- 2.39.2