widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index 6d91c8e..15ec3ff 100644 (file)
@@ -71,6 +71,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
 
     // private
     initEvents : function(){
+        print_r('in??');
         Ext.form.SecurePass.superclass.initEvents.call(this);
                this.el.on('keyup', this.checkStrength, this, {buffer:50});
        },
@@ -131,8 +132,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
        // private
        checkStrength : function(){
                var pwd = this.el.getValue();
-                Roo.log('run');
-                Roo.log(this._lastPwd);
                if (pwd == this._lastPwd) {
                        return;
                }