Forráskód Böngészése

Removed the compiler's log from the overall setup log.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2571 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 12 éve
szülő
commit
d085fc894e
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      setup/applicationinstaller.class.inc.php

+ 2 - 2
setup/applicationinstaller.class.inc.php

@@ -499,8 +499,8 @@ class ApplicationInstaller
 		{
 			$oMFCompiler = new MFCompiler($oFactory);
 			$oMFCompiler->Compile($sTargetPath, null, $bUseSymbolicLinks);
-			$aCompilerLog = $oMFCompiler->GetLog();
-			SetupPage::log_info(implode("\n", $aCompilerLog));
+			//$aCompilerLog = $oMFCompiler->GetLog();
+			//SetupPage::log_info(implode("\n", $aCompilerLog));
 			SetupPage::log_info("Data model successfully compiled to '$sTargetPath'.");
 		}