From ccdb01dda45d0aab88effda2aec9407ad732fcc4 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 16:28:49 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 4e312080..b946dc68 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -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; } -- 2.39.2