Roo/bootstrap/Component.js
authorEdward <edward@roojs.com>
Tue, 30 Sep 2014 06:59:02 +0000 (14:59 +0800)
committerEdward <edward@roojs.com>
Tue, 30 Sep 2014 06:59:02 +0000 (14:59 +0800)
Roo/bootstrap/TableCell.js
Roo/bootstrap/TableRow.js

Roo/bootstrap/Component.js
Roo/bootstrap/TableCell.js
Roo/bootstrap/TableRow.js

index 0378b37..c223ecd 100644 (file)
@@ -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..
index 9fc925b..21921e5 100644 (file)
@@ -112,7 +112,7 @@ Roo.extend(Roo.bootstrap.TableCell, Roo.bootstrap.Component,  {
             cfg.width=this.width
         }
         
-       Roo.log(cfg);
+       
         return cfg;
     }
    
index 91479bf..0ab918f 100644 (file)
@@ -55,8 +55,6 @@ Roo.extend(Roo.bootstrap.TableRow, Roo.bootstrap.Component,  {
             cfg.valign = this.valign;
         }
        
-        Roo.log(cfg);
-        
         return cfg;
     }