diff --git a/utils/functions/functions.js b/utils/functions/functions.js index 9430bbc9e..6c8fcb55a 100644 --- a/utils/functions/functions.js +++ b/utils/functions/functions.js @@ -195,8 +195,6 @@ export const getFormattedCart = (data) => { const givenProducts = data.cart.contents.nodes; - console.log(givenProducts); - // Create an empty object. formattedCart = {}; formattedCart.products = [];