Skip to content

Commit 0594ecd

Browse files
MAGETWO-72260: Remove unnecessary comment. #10759
2 parents 6f25236 + ff6edf0 commit 0594ecd

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)