Skip to content

Commit

Permalink
Stop throwing exception in order to send sitemap errors by email
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagociu committed Oct 9, 2017
1 parent d30f077 commit 0888e8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/code/Magento/Sitemap/Model/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public function scheduledGenerateSitemaps()
$sitemap->generateXml();
} catch (\Exception $e) {
$errors[] = $e->getMessage();
throw $e;
}
}

Expand Down

0 comments on commit 0888e8c

Please sign in to comment.