widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index 6d91c8e..b946dc6 100644 (file)
@@ -131,8 +131,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;
                }