浏览代码

- 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 年之前
父节点
当前提交
1bf22d5c66
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/wizardhelper.js

+ 1 - 1
js/wizardhelper.js

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