Skip to content

Commit 18eea4b

Browse files
authored
Merge pull request #377 from w3bdesign/develop
Remove console log
2 parents 86f6896 + b550a65 commit 18eea4b

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)