Skip to content

Commit ba33ebc

Browse files
Remove unnecessary comment.
1 parent 6f25236 commit ba33ebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Block/Product/Compare/ListCompare.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ public function getProductAttributeValue($product, $attribute)
206206
['select', 'boolean', 'multiselect']
207207
)
208208
) {
209-
//$value = $attribute->getSource()->getOptionText($product->getData($attribute->getAttributeCode()));
210209
$value = $attribute->getFrontend()->getValue($product);
211210
} else {
212211
$value = $product->getData($attribute->getAttributeCode());

0 commit comments

Comments
 (0)