Browse Source

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@152 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
1bf22d5c66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/wizardhelper.js

+ 1 - 1
js/wizardhelper.js

@@ -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){