Roo/form/ComboBox.js
authorEdward <edward@roojs.com>
Wed, 19 Mar 2014 06:11:49 +0000 (14:11 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Mar 2014 06:11:49 +0000 (14:11 +0800)
Roo/form/ComboBox.js

index 4f9fda7..9cbfecf 100644 (file)
@@ -891,7 +891,6 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
 
     // private
     doForce : function(){
-        Roo.log('doForce');
         if(this.el.dom.value.length > 0){
             this.el.dom.value =
                 this.lastSelectionText === undefined ? '' : this.lastSelectionText;