Roo/bootstrap/ComboBox.js
authorjohn <john@roojs.com>
Thu, 7 Dec 2017 02:07:40 +0000 (10:07 +0800)
committerjohn <john@roojs.com>
Thu, 7 Dec 2017 02:07:40 +0000 (10:07 +0800)
Roo/bootstrap/ComboBox.js

index bea2963..c5d23ce 100644 (file)
@@ -2125,14 +2125,10 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
     {
         var v = this.getRawValue();
         
-        Roo.log('v value: '+ v);
-        
         if(this.multiple){
             v = this.getValue();
         }
         
-        Roo.log('v value after: '+ v);
-        
         if(this.disabled || this.allowBlank || v.length){
             this.markValid();
             return true;