Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Tue, 31 Oct 2017 09:57:58 +0000 (17:57 +0800)
committerjohn <john@roojs.com>
Tue, 31 Oct 2017 09:57:58 +0000 (17:57 +0800)
Roo/bootstrap/CheckBox.js

index 068a762..53b779a 100644 (file)
@@ -450,7 +450,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
             Roo.each(this.el.up('form').select('label[for='+this.name+']', true).elements, function(e){
                 e.removeClass([_this.invalidClass, _this.validClass]);
                 e.addClass(_this.validClass);
-                Roo.log('name: '+e.name);
             });
             return;
         }