eliminacion de console.log()

This commit is contained in:
Andres2908
2022-03-07 09:31:12 -06:00
parent 7586cb4aae
commit 156daa4242
3 changed files with 0 additions and 4 deletions
-2
View File
@@ -8,8 +8,6 @@ const Carrera = require(`${dbPath}/Carrera`);
const Usuario = require(`${dbPath}/Usuario`);
const escolares = async (body) => {
// const numeroCuenta = validar.validarNumeroCuenta(body.numeroCuenta);
return Usuario.findOne({
where: { numeroCuenta: body.numeroCuenta },
}).then((res) => {