Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit d7dc6a9

Browse files
authored
Remove 'other' case
1 parent bdcac52 commit d7dc6a9

File tree

1 file changed

+0
-4
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/list

1 file changed

+0
-4
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/list/items.phtml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ switch ($type = $block->getType()) {
146146
}
147147
break;
148148

149-
case 'other':
150-
$exist = null;
151-
break;
152-
153149
default:
154150
$exist = null;
155151
}

0 commit comments

Comments
 (0)