widgets/SecurePass.js
authorEdward <edward@roojs.com>
Mon, 22 Apr 2013 08:28:49 +0000 (16:28 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Apr 2013 08:28:49 +0000 (16:28 +0800)
widgets/SecurePass.js

index 4e31208..b946dc6 100644 (file)
@@ -72,7 +72,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     // private
     initEvents : function(){
         Ext.form.SecurePass.superclass.initEvents.call(this);
-                Roo.log('run');
                this.el.on('keyup', this.checkStrength, this, {buffer:50});
        },
 
@@ -166,8 +165,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     },
     // private
        validateValue : function(value){
-            Roo.log('run1');
-            Roo.log(value);
                if (!Ext.form.TextField.superclass.validateValue.call(this, value)){
             return false;
         }