mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(appstoreFetcher): remove unneeded warning
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
781cda5195
commit
9da1675c9e
1 changed files with 0 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue