Skip to content

Commit b550a65

Browse files
committed
Remove console log
1 parent 5e16bef commit b550a65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/Product/IndexProducts.component.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { filteredVariantPrice } from 'utils/functions/functions';
1111
* @param {Object} products
1212
*/
1313
const IndexProducts = ({ products }) => {
14-
console.log(products);
1514
return (
1615
<>
1716
<section className="container mx-auto bg-white">

0 commit comments

Comments
 (0)