- removed debug trace

SVN:code[167]
This commit is contained in:
Denis Flaven
2009-09-16 14:14:15 +00:00
parent cc8e80240f
commit 427a8eb596

View File

@@ -106,7 +106,7 @@ function WizardHelper(sClass)
{ operation: 'wizard_helper' }, { operation: 'wizard_helper' },
function(html){ function(html){
$('body').append(html); $('body').append(html);
console.log('data received:', oWizardHelper); //console.log('data received:', oWizardHelper);
//oWizardHelper.FromJSON(json_data); //oWizardHelper.FromJSON(json_data);
oWizardHelper.UpdateFields(); oWizardHelper.UpdateFields();
//console.log(oWizardHelper); //console.log(oWizardHelper);