Skip to content

Commit 1f24dbf

Browse files
committed
AC-15329::removed error message
1 parent 55f20a0 commit 1f24dbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup/src/Magento/Setup/Model/ConfigModel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public function getAvailableOptions()
6767
/** @var AbstractConfigOption[] $optionCollection */
6868
$optionCollection = [];
6969
$optionLists = $this->collector->collectOptionsLists();
70-
$errors = [];
7170
foreach ($optionLists as $optionList) {
7271
$optionCollection[] = $optionList->getOptions();
7372
}
@@ -80,7 +79,6 @@ public function getAvailableOptions()
8079
try {
8180
$option->setDefault($currentValue);
8281
} catch (\Throwable $e) {
83-
$errors[] = [$e->getMessage()];
8482
}
8583
}
8684
}

0 commit comments

Comments
 (0)