Skip to content

Commit 07ce8c7

Browse files
committed
fix(appstoreFetcher): remove unneeded warning
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent 96658d2 commit 07ce8c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/private/App/AppStore/Fetcher/AppFetcher.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ public function get($allowUnstable = false): array {
186186

187187
$apps = parent::get($allowPreReleases);
188188
if (empty($apps)) {
189-
$this->logger->warning('Could not get apps from the appstore', ['app' => 'appstoreFetcher']);
190189
return [];
191190
}
192191
$allowList = $this->config->getSystemValue('appsallowlist');

0 commit comments

Comments
 (0)