Roo/bootstrap/TabPanel.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 03:01:55 +0000 (11:01 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 03:01:55 +0000 (11:01 +0800)
Roo/bootstrap/TabPanel.js

index eb1f393..39edc75 100644 (file)
@@ -113,10 +113,6 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
             this.el.addClass('active');
         }
         
-        var tg = Roo.bootstrap.TabGroup.get(this.navId);
-        
-        Roo.log(tg);
-        
         this.fireEvent('changed', this, state);
     }