Roo/bootstrap/form/Input.js
[roojs1] / roojs-bootstrap-debug.js
index 5a4a3c1..2166b33 100644 (file)
@@ -13136,8 +13136,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
         this.value = v;
         if(this.rendered){
             this.inputEl().dom.value = (v === null || v === undefined ? '' : v);
-            Roo.log('VALIDATE ON SET VALUE');
-            Roo.log(this.name);
             this.validate();
         }
     },