Roo/bootstrap/form/TextArea.js
[roojs1] / roojs-bootstrap-debug.js
index 08176b0..64b1f74 100644 (file)
@@ -12955,8 +12955,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
     validate : function(){
         //if(this.disabled || this.validateValue(this.processValue(this.getRawValue()))){
         if(this.disabled || this.validateValue(this.getRawValue())){
-            Roo.log(this.name);
-            Roo.log('MARK INVALID');
             this.markValid();
             return true;
         }