Skip to content

Commit f1dd4e8

Browse files
authored
magento#15588: Remove extra line from if
1 parent 6a490a8 commit f1dd4e8

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap

1 file changed

+0
-1
lines changed

app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/Generate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public function execute()
4343
$sitemap->load($id);
4444
// if sitemap record exists
4545
if ($sitemap->getId()) {
46-
4746
try {
4847
//We need to emulate to get the correct frontend URL for the product images
4948
$this->appEmulation->startEnvironmentEmulation(

0 commit comments

Comments
 (0)