- Removed debug output into the console thats breaks when Firebug is not installed (or on IE)

SVN:trunk[152]
This commit is contained in:
Denis Flaven
2009-09-12 10:08:13 +00:00
parent 61df1d7bab
commit b98b1219ee

View File

@@ -99,7 +99,7 @@ function WizardHelper(sClass)
this.AjaxQueryServer = function ()
{
//console.log('data sent:', this.ToJSON());
console.log('oWizard:', this);
//console.log('oWizard:', this);
$.get('ajax.render.php?json_obj=' + this.ToJSON(),
{ operation: 'wizard_helper' },
function(json_data){