fix(appstoreFetcher): remove unneeded warning

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
Grigorii K. Shartsev 2024-09-17 01:24:49 +02:00 committed by backportbot[bot]
parent 781cda5195
commit 9da1675c9e

View file

@ -162,7 +162,6 @@ class AppFetcher extends Fetcher {
$apps = parent::get($allowPreReleases);
if (empty($apps)) {
$this->logger->warning('Could not get apps from the appstore', ['app' => 'appstoreFetcher']);
return [];
}
$allowList = $this->config->getSystemValue('appsallowlist');