Roo/bootstrap/Input.js
authorEdward <edward@roojs.com>
Fri, 25 Apr 2014 11:26:10 +0000 (19:26 +0800)
committerEdward <edward@roojs.com>
Fri, 25 Apr 2014 11:26:10 +0000 (19:26 +0800)
Roo/bootstrap/Input.js

index 393d512..6a7fe37 100644 (file)
@@ -743,11 +743,10 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
     
     onClick : function()
     {
-        Roo.log('got');
         if(this.inputType != 'checkbox' && this.inputType != 'radio'){
             return;
         }
-        Roo.log('run set Checked');
+        
         this.setChecked(!this.checked);
     },