diff --git a/Controller/Adminhtml/Installer/Index.php b/Controller/Adminhtml/Installer/Index.php
index abb86a9..992d126 100644
--- a/Controller/Adminhtml/Installer/Index.php
+++ b/Controller/Adminhtml/Installer/Index.php
@@ -33,10 +33,6 @@ public function __construct(
*/
public function execute()
{
- $this->messageManager->addNotice(__(
- 'Module manager is deprecated. Please use System > Tools > Marketplace instead.'
- ));
-
/** @var \Magento\Backend\Model\View\Result\Page $resultPage */
$resultPage = $this->resultPageFactory->create();
$resultPage->setActiveMenu('Swissup_Core::module_manager');