Skip to content

Commit

Permalink
Remove deprecation notice since it refers to marketplace which is not…
Browse files Browse the repository at this point in the history
… a dependency now
  • Loading branch information
vovayatsyuk committed Nov 18, 2020
1 parent 3065333 commit 62a78c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Controller/Adminhtml/Installer/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 62a78c9

Please sign in to comment.