Roo/bootstrap/form/Input.js
authorleon <leon@roojs.com>
Tue, 28 Feb 2023 03:38:48 +0000 (11:38 +0800)
committerleon <leon@roojs.com>
Tue, 28 Feb 2023 03:38:48 +0000 (11:38 +0800)
Roo/bootstrap/form/Input.js

index 9295180..96fe412 100644 (file)
@@ -777,9 +777,7 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             //this.el.removeClass(this.focusClass);
         }
         this.hasFocus = false;
-        Roo.log('ONBLUR');
         if(this.validationEvent !== false && this.validateOnBlur && this.validationEvent != "blur"){
-            Roo.log('VALIDATE');
             this.validate();
         }
         var v = this.getValue();