Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit e4560c4

Browse files
committed
clean code.
1 parent 9c23912 commit e4560c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Block/Sitemap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ public function getPageCollection()
180180
$pageCollection = $this->pageCollection->addFieldToFilter('is_active', Page::STATUS_ENABLED)
181181
->addStoreFilter($this->_storeManager->getStore());
182182

183-
184183
if ($this->_helper->isEnableExcludePage() && !empty($excludePages)) {
185184
$pageCollection->addFieldToFilter('identifier', [
186185
'nin' => $this->getExcludedPages()

0 commit comments

Comments
 (0)