Roo/bootstrap/form/SecurePass.js
authorleon <leon@roojs.com>
Wed, 19 Jul 2023 05:17:58 +0000 (13:17 +0800)
committerleon <leon@roojs.com>
Wed, 19 Jul 2023 05:17:58 +0000 (13:17 +0800)
Roo/bootstrap/form/SecurePass.js

index 29a8c2c..f4c659a 100644 (file)
@@ -141,7 +141,6 @@ Roo.extend(Roo.bootstrap.form.SecurePass, Roo.bootstrap.form.Input, {
     // private
     checkStrength: function ()
     {
-        Roo.log('CHECK STRENGTH');
         var pwd = this.inputEl().getValue();
         if (pwd == this._lastPwd) {
             return;