delete console.log
This commit is contained in:
parent
df5ab8bd74
commit
e02dcc384e
|
@ -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);
|
||||
|
|
|
@ -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)
|
||||
})();
|
||||
})();
|
||||
}
|
||||
|
|
Reference in New Issue