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

index dc07270..9cbfecf 100644 (file)
@@ -487,7 +487,6 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
         if(this.editable !== false){
             this.el.on("keyup", this.onKeyUp, this);
         }
-        Roo.log('forceSelection : ' + this.forceSelection);
         if(this.forceSelection){
             this.on('blur', this.doForce, this);
         }
@@ -892,7 +891,6 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
 
     // private
     doForce : function(){
-        Roo.log('run doForce');
         if(this.el.dom.value.length > 0){
             this.el.dom.value =
                 this.lastSelectionText === undefined ? '' : this.lastSelectionText;