Roo/bootstrap/TabPanel.js
authoredward <edward@roojs.com>
Wed, 22 Jun 2016 02:48:13 +0000 (10:48 +0800)
committeredward <edward@roojs.com>
Wed, 22 Jun 2016 02:48:13 +0000 (10:48 +0800)
Roo/bootstrap/TabGroup.js

Roo/bootstrap/TabGroup.js
Roo/bootstrap/TabPanel.js

index 37630d0..54caa37 100644 (file)
@@ -84,8 +84,6 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
     
     initEvents:  function()
     {
-        Roo.log('-------- init events on tab group ---------');
-        
         if(Roo.isTouch && this.slideOnTouch){
             this.el.on("touchstart", this.onTouchStart, this);
         }
index f98c58d..6551acc 100644 (file)
@@ -74,8 +74,6 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
     
     initEvents:  function()
     {
-        Roo.log('-------- init events on tab panel ---------');
-        
         var p = this.parent();
         this.navId = this.navId || p.navId;