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

SVN:trunk[2571]
This commit is contained in:
Denis Flaven
2012-12-13 14:51:45 +00:00
parent 4fb7f612b1
commit cd82ff981f

View File

@@ -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'.");
}