From be7ee2a5662457b94fdeb19e6e1fc421e836ca3b Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 30 Sep 2014 14:59:02 +0800 Subject: [PATCH] Roo/bootstrap/Component.js Roo/bootstrap/TableCell.js Roo/bootstrap/TableRow.js --- Roo/bootstrap/Component.js | 6 ++---- Roo/bootstrap/TableCell.js | 2 +- Roo/bootstrap/TableRow.js | 2 -- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Roo/bootstrap/Component.js b/Roo/bootstrap/Component.js index 0378b376b5..c223ecd739 100644 --- a/Roo/bootstrap/Component.js +++ b/Roo/bootstrap/Component.js @@ -234,10 +234,8 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent, { // actually if flexy:foreach is found, we really want to create // multiple copies here... - Roo.log('render'); - Roo.log(this); - Roo.log(this[cntr](true)); - Roo.log(cn); + //Roo.log('render'); + //Roo.log(this[cntr]()); cn.render(this[cntr](true)); } // then add the element.. diff --git a/Roo/bootstrap/TableCell.js b/Roo/bootstrap/TableCell.js index 9fc925bd7d..21921e5565 100644 --- a/Roo/bootstrap/TableCell.js +++ b/Roo/bootstrap/TableCell.js @@ -112,7 +112,7 @@ Roo.extend(Roo.bootstrap.TableCell, Roo.bootstrap.Component, { cfg.width=this.width } - Roo.log(cfg); + return cfg; } diff --git a/Roo/bootstrap/TableRow.js b/Roo/bootstrap/TableRow.js index 91479bf83e..0ab918f06f 100644 --- a/Roo/bootstrap/TableRow.js +++ b/Roo/bootstrap/TableRow.js @@ -55,8 +55,6 @@ Roo.extend(Roo.bootstrap.TableRow, Roo.bootstrap.Component, { cfg.valign = this.valign; } - Roo.log(cfg); - return cfg; } -- 2.39.2