Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Tue, 31 Oct 2017 08:46:48 +0000 (16:46 +0800)
committerjohn <john@roojs.com>
Tue, 31 Oct 2017 08:46:48 +0000 (16:46 +0800)
Roo/bootstrap/CheckBox.js

index 5cd8083..9e7084a 100644 (file)
@@ -441,8 +441,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
             label.markValid();
         }
         
-        Roo.log('are u validating??');
-        
         if(this.inputType == 'radio'){
             Roo.each(this.el.up('form').select('input[name='+this.name+']', true).elements, function(e){
                 e.findParent('.form-group', false, true).removeClass([_this.invalidClass, _this.validClass]);