From 62a78c97c0031b70d42cccb5c2b691eb0b861686 Mon Sep 17 00:00:00 2001 From: Vova Yatsyuk Date: Wed, 18 Nov 2020 11:42:59 +0200 Subject: [PATCH] Remove deprecation notice since it refers to marketplace which is not a dependency now --- Controller/Adminhtml/Installer/Index.php | 4 ---- 1 file changed, 4 deletions(-) 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');