Skip to content

Commit

Permalink
fix(import-products): remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wisley7l committed Oct 4, 2024
1 parent 9cf9399 commit 6b668bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/lib/integration/import-product.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports = async ({ appSdk, storeId, auth }, _blingStore, blingDeposit, qu

return findingProduct
.then(product => {
logger.warn(`product: ${JSON.stringify(product)}`)
// logger.warn(`product: ${JSON.stringify(product)}`)
const hasVariations = product && product.variations && product.variations.length
if (hasVariations) {
const variation = product.variations.find(variation => sku === variation.sku)
Expand Down

0 comments on commit 6b668bc

Please sign in to comment.