Skip to content

Commit 0ca18e9

Browse files
committed
MAGETWO-89238: [Sales email] Disabled invoice emails produce performance issue
1 parent 3878f90 commit 0ca18e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Store/Model/Store.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,6 @@ public function beforeDelete()
12481248
public function afterDelete()
12491249
{
12501250
parent::afterDelete();
1251-
$this->_storeManager->reinitStores();
12521251
$this->_configCacheType->clean();
12531252

12541253
if ($this->getId() === $this->getGroup()->getDefaultStoreId()) {

0 commit comments

Comments
 (0)