From 25a9d292f88651aaa7273a98087cb4114912800c Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Feb 2014 16:58:39 +0800 Subject: [PATCH] Roo/form/TextField.js --- Roo/form/TextField.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Roo/form/TextField.js b/Roo/form/TextField.js index 1ea447c2e1..4af5627108 100644 --- a/Roo/form/TextField.js +++ b/Roo/form/TextField.js @@ -213,13 +213,11 @@ Roo.extend(Roo.form.TextField, Roo.form.Field, { * @return {Boolean} True if the value is valid, else false */ validateValue : function(value){ - Roo.log('run TEXTFILED validateValue'); if(value.length < 1) { // if it's blank if(this.allowBlank){ this.clearInvalid(); return true; }else{ - Roo.log('run mark Invalid'); this.markInvalid(this.blankText); return false; } -- 2.39.2