Skip to content

Commit 4fc1199

Browse files
ACPT-488
just cleaning up some comments
1 parent f30eb1f commit 4fc1199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogUrlRewrite/Observer/AfterImportDataObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ private function populateForUrlsGeneration(array $bunch) : array
270270
}
271271
foreach ($products as $productsByStore) {
272272
foreach ($productsByStore as $storeId => $product) {
273-
if (null === $product->getData('url_key')) { // TODO: If New products...
273+
if (null === $product->getData('url_key')) {
274274
$productIdsMissingUrlKeyByStore[$storeId][] = $product->getId();
275275
}
276276
}

0 commit comments

Comments
 (0)