diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php index 0246bce9..875ae4a9 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php @@ -123,12 +123,6 @@ public function render() // Make text strings available in the JavaScript API Text::script('COM_PATCHTESTER_CONFIRM_RESET'); - // Set a warning on 4.0 branch - if (version_compare(JVERSION, '4.0', 'ge')) - { - Factory::getApplication()->enqueueMessage(Text::_('COM_PATCHTESTER_40_WARNING'), 'warning'); - } - return parent::render(); }