delete console.log

This commit is contained in:
llopis15 2021-03-18 11:57:52 +01:00
parent df5ab8bd74
commit e02dcc384e
2 changed files with 3 additions and 5 deletions

View File

@ -10,9 +10,9 @@ function ticketCollection(collectionFk) {// parametro collectionFk
select.select(collectionFk, function(err, data) {
if (filter.isShelving(shelving)) {
// insert.insertTicket(data, shelving,)
} else
console.log('¡MATRICULA INCORRECTA!');
// } else
// console.log('¡MATRICULA INCORRECTA!');
}
});
}
ticketCollection(collectionFk);

View File

@ -62,7 +62,6 @@ function insertShelving(shelvingId) {
'Authorization': key
}
});
// console.log("CARRO: ",body)
})();
})();
}
@ -86,7 +85,6 @@ function bindShelving(barcode, shelvingId) {
'Authorization': key
}
});
// console.log("ETIQUETA: ",body)
})();
})();
}