Roo/BorderLayout.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 13 Dec 2011 06:01:30 +0000 (14:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 13 Dec 2011 06:01:30 +0000 (14:01 +0800)
Roo/BorderLayout.js

index eb979e6..ffe0769 100644 (file)
@@ -488,7 +488,7 @@ layout.addxtype({
         });
         this.endUpdate();
         // make the last non-background panel active..
-        if (nb) { Roo.log(nb); }
+        //if (nb) { Roo.log(nb); }
         if (nb) {
             for(var r in nb) {
                this.getRegion(r).setActivePanel(nb[r]);