Skip to content

Commit ed92b99

Browse files
committed
delete code which doesn't have any sense here
1 parent e3e85a1 commit ed92b99

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)