Skip to content

Commit 28fc6c2

Browse files
committed
Update functions.js
1 parent 6fcd27d commit 28fc6c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/functions/functions.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ export const getFormattedCart = (data) => {
195195

196196
const givenProducts = data.cart.contents.nodes;
197197

198-
console.log(givenProducts);
199-
200198
// Create an empty object.
201199
formattedCart = {};
202200
formattedCart.products = [];

0 commit comments

Comments
 (0)