Roo/bootstrap/panel/Nest.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 03:08:14 +0000 (11:08 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 03:08:14 +0000 (11:08 +0800)
Roo/bootstrap/panel/Nest.js

index 07ae5cc..610e8de 100644 (file)
@@ -49,12 +49,10 @@ Roo.extend(Roo.bootstrap.panel.Nest, Roo.bootstrap.panel.Content, {
                 el.setSize(size.width, size.height);
             }
             var touch = el.dom.offsetWidth;
-            Roo.log('setSize!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
             this.layout.layout();
             // ie requires a double layout on the first pass
             if(Roo.isIE && !this.initialized){
                 this.initialized = true;
-                Roo.log('initialize!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
                 this.layout.layout();
             }
         }