Skip to content

Commit a05c904

Browse files
chore: remove log from importation
1 parent 8614608 commit a05c904

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

functions/lib/integration/import-product.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ module.exports = ({ appSdk, storeId, auth }, tinyToken, queueEntry, appData, can
140140
if (produto.saldoReservado) {
141141
quantity -= Number(produto.saldoReservado)
142142
}
143-
if (storeId == 3967) {
144-
console.log('has product', hasProduct, 'hasTiny:', JSON.stringify(tinyProduct), 'type product:', tipo)
145-
}
146143
if (product && (!appData.update_product || variationId)) {
147144
if (!isNaN(quantity)) {
148145
if (quantity < 0) {

0 commit comments

Comments
 (0)