mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-16 19:58:51 +02:00
N°9564 - fix first screen
log cleanup after merge adaptations
This commit is contained in:
@@ -1634,7 +1634,6 @@ class RunTimeEnvironment
|
||||
protected function GetModulesToLoad(string $sSourceEnv, array $aSearchDirs): ?array
|
||||
{
|
||||
if (is_null($this->GetExtensionMap())) {
|
||||
SetupLog::Error(__METHOD__ . '================' . __LINE__);
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -1642,7 +1641,6 @@ class RunTimeEnvironment
|
||||
|
||||
$aChoices = $this->GetExtensionMap()->GetChoicesFromDatabase($oSourceConfig);
|
||||
if (false === $aChoices) {
|
||||
SetupLog::Error(__METHOD__ . '================' . __LINE__);
|
||||
return null;
|
||||
}
|
||||
$sSourceDir = $oSourceConfig->Get('source_dir');
|
||||
@@ -1668,7 +1666,6 @@ class RunTimeEnvironment
|
||||
$aModulesToLoad[] = $sModuleName;
|
||||
}
|
||||
|
||||
SetupLog::Error(__METHOD__ . '================' . __LINE__, null, [$aChoices, $aModuleIdsToLoad]);
|
||||
return $aModulesToLoad;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user