diff --git a/Config/SettingsAbstract.php b/Config/SettingsAbstract.php index 9b6a597de..aa65eb9ca 100644 --- a/Config/SettingsAbstract.php +++ b/Config/SettingsAbstract.php @@ -112,7 +112,6 @@ abstract class SettingsAbstract implements OptionsInterface return $options; } catch (\PDOException $e) { - // todo does it mean that the recognition isn't here but at the place where the new happens? $exception = DatabaseExceptionFactory::createException($e); $message = DatabaseExceptionFactory::createExceptionMessage($e);