Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Wed, 1 Nov 2017 02:53:28 +0000 (10:53 +0800)
committerjohn <john@roojs.com>
Wed, 1 Nov 2017 02:53:28 +0000 (10:53 +0800)
Roo/bootstrap/CheckBox.js

index a7002b1..829696e 100644 (file)
@@ -364,7 +364,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
                 (this.inputType == 'radio' && this.validateRadio()) ||
                 (this.inputType == 'checkbox' && this.validateCheckbox())
         ){
-            Roo.log('name: '+this.name);
             this.markValid();
             return true;
         }