瀏覽代碼

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 年之前
父節點
當前提交
d085fc894e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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'.");
 		}