Roo/bootstrap/CheckBox.js
authorEdward <edward@roojs.com>
Mon, 28 Apr 2014 07:54:10 +0000 (15:54 +0800)
committerEdward <edward@roojs.com>
Mon, 28 Apr 2014 07:54:10 +0000 (15:54 +0800)
Roo/bootstrap/CheckBox.js

index 31474a6..6f8d37c 100644 (file)
@@ -189,14 +189,11 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     
     onClick : function()
     {   
-        Roo.log(this);
         this.setChecked(!this.checked);
     },
     
     setChecked : function(state,suppressEvent)
     {
-        Roo.log('state');
-        Roo.log(state);
         this.checked = state;
         
         if(suppressEvent !== true){