We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96658d2 commit 07ce8c7Copy full SHA for 07ce8c7
lib/private/App/AppStore/Fetcher/AppFetcher.php
@@ -186,7 +186,6 @@ public function get($allowUnstable = false): array {
186
187
$apps = parent::get($allowPreReleases);
188
if (empty($apps)) {
189
- $this->logger->warning('Could not get apps from the appstore', ['app' => 'appstoreFetcher']);
190
return [];
191
}
192
$allowList = $this->config->getSystemValue('appsallowlist');
0 commit comments