Roo/bootstrap/ComboBox.js
authorjohn <john@roojs.com>
Mon, 26 Mar 2018 05:35:21 +0000 (13:35 +0800)
committerjohn <john@roojs.com>
Mon, 26 Mar 2018 05:35:21 +0000 (13:35 +0800)
Roo/bootstrap/ComboBox.js

index cec713c..4887a6f 100644 (file)
@@ -1968,8 +1968,6 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
     {   
         var dv = ''; // display value
         
-        Roo.log(o);
-        
         if (this.displayField) {
             dv = !o || typeof(o[this.displayField]) == 'undefined' ? '' : o[this.displayField];
         } else {