Remove redundant error logging (#7158)
The `_fetchAll` function is expected to return values, so catching errors and logging them only results in an additional error at the place where `_fetchAll` is called. It's better instead to let the error get thrown as normal. In this particular case `_fetchAll` is only called in once place. The error is still correctly caught and logged (in the `_update` function)feature/default_network_editable
parent
34440d63eb
commit
a00493fdbd
Loading…
Reference in new issue