From f590c784126f5f046e7097da86b42920a1dac833 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 7 Mar 2014 18:14:53 +0800 Subject: [PATCH] Roo/form/BasicForm.js --- Roo/form/BasicForm.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Roo/form/BasicForm.js b/Roo/form/BasicForm.js index b746d207de..08ac4b41d6 100644 --- a/Roo/form/BasicForm.js +++ b/Roo/form/BasicForm.js @@ -414,9 +414,6 @@ clientValidation Boolean Applies to submit only. Pass true to call fo if(f){ f.setValue(v.value); if(this.trackResetOnLoad){ - if(typeof(field.getValue()) == 'undefined'){ - Roo.log(field); - } f.originalValue = f.getValue(); } } @@ -446,9 +443,6 @@ clientValidation Boolean Applies to submit only. Pass true to call fo if(this.trackResetOnLoad){ - if(typeof(field.getValue()) == 'undefined'){ - Roo.log(field); - } field.originalValue = field.getValue(); } } -- 2.39.2