Skip to content

Commit 215dbbd

Browse files
committed
ACP2E-280: [Magento Cloud] Admin panel login issue
1 parent 0dd0367 commit 215dbbd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/code/Magento/ReleaseNotification/Model/ContentProvider/Http/HttpContentProvider.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,7 @@ public function getContent($version, $edition, $locale)
6565
}
6666
}
6767
} catch (\Exception $e) {
68-
$this->logger->warning(
69-
sprintf(
70-
'Failed to retrieve the release notification content. The response is: %s',
71-
empty($result) ? 'Response body is empty.' : $result
72-
)
73-
);
68+
$this->logger->warning('Failed to retrieve the release notification content.');
7469
}
7570

7671
return $result;

0 commit comments

Comments
 (0)