Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Mon, 27 Nov 2017 05:05:53 +0000 (13:05 +0800)
committerjohn <john@roojs.com>
Mon, 27 Nov 2017 05:05:53 +0000 (13:05 +0800)
Roo/bootstrap/CheckBox.js

index fed80de..2fa0fc3 100644 (file)
@@ -473,8 +473,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
             return;
         }
         
-        Roo.log(this.name+'changes group');
-        
         if(!this.groupId){
             this.el.findParent('.form-group', false, true).removeClass([this.invalidClass, this.validClass]);
             this.el.findParent('.form-group', false, true).addClass(this.validClass);