diff --git a/app/code/Magento/ProductVariantDataExporter/Model/Indexer/ProductVariantFeedIndexer.php b/app/code/Magento/ProductVariantDataExporter/Model/Indexer/ProductVariantFeedIndexer.php index 65aba3ecc..5202ed4e7 100644 --- a/app/code/Magento/ProductVariantDataExporter/Model/Indexer/ProductVariantFeedIndexer.php +++ b/app/code/Magento/ProductVariantDataExporter/Model/Indexer/ProductVariantFeedIndexer.php @@ -122,8 +122,6 @@ public function execute($ids): void /** * Indexer feed data processor * - * TODO: currently reindexAll is going reindex all the products, should base that on catalog_product_relation - * * @param array $indexData * @return void */