mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Removed the compiler's log from the overall setup log.
SVN:trunk[2571]
This commit is contained in:
@@ -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'.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user