Roo/bootstrap/form/Input.js
[roojs1] / Roo / bootstrap / form / Input.js
index 1df2747..04209fa 100644 (file)
@@ -815,9 +815,7 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
      * @return {Mixed} value The field value
      */
     getValue : function(){
-        
         var v = this.inputEl().getValue();
-        
         return v;
     },
     /**
@@ -862,9 +860,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
     setValue : function(v){
         this.value = v;
         if(this.rendered){
-            Roo.log(this.name);
-            Roo.log(v);
-            Roo.log('adsad');
             this.inputEl().dom.value = (v === null || v === undefined ? '' : v);
             this.validate();
         }