Browse Source

Removed Debug trace !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@611 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
01d1a68a4c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      setup/index.php

+ 0 - 1
setup/index.php

@@ -892,7 +892,6 @@ function SampleDataSelection(SetupWebPage $oP, $aParamValues, $iCurrentStep, Con
 	$sAdminPwd = $aParamValues['auth_pwd'];
 	$sLanguage = $aParamValues['language'];
 	$oConfig->SetDefaultLanguage($aParamValues['language']);
-	echo "DB Name: ".$oConfig->GetDBName()."</p>\n";
 	$oConfig->WriteToFile(TMP_CONFIG_FILE);
 
 	$oP->add("<form id=\"theForm\" method=\"post\"\">\n");