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

index 7431753..7c7c26d 100644 (file)
@@ -359,7 +359,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     
     validate : function()
     {
-        Roo.log('name: '+this.name);
         if(
                 this.disabled || 
                 (this.inputType == 'radio' && this.validateRadio()) ||