From cd82ff981fe2908ae97eddd01d1312cc72eda128 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 13 Dec 2012 14:51:45 +0000 Subject: [PATCH] Removed the compiler's log from the overall setup log. SVN:trunk[2571] --- setup/applicationinstaller.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/applicationinstaller.class.inc.php b/setup/applicationinstaller.class.inc.php index 09094f360..36c795023 100644 --- a/setup/applicationinstaller.class.inc.php +++ b/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'."); }