Skip to content

Commit 77b7539

Browse files
ENGCOM-6345: delete code which doesn't have any sense here #25770
- Merge Pull Request #25770 from AndreyChorniy/magento2:delete-unused-code - Merged commits: 1. ed92b99
2 parents e3e85a1 + ed92b99 commit 77b7539

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/listing.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717
?>
1818
<?php
19-
$start = microtime(true);
2019
$_productCollection = $block->getLoadedProductCollection();
2120
$_helper = $this->helper(Magento\Catalog\Helper\Output::class);
2221
?>
@@ -98,4 +97,3 @@ $_helper = $this->helper(Magento\Catalog\Helper\Output::class);
9897
</div>
9998
<?= $block->getToolbarHtml() ?>
10099
<?php endif; ?>
101-
<?= $time_taken = microtime(true) - $start ?>

0 commit comments

Comments
 (0)