se quitaron console.log
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -197,9 +197,8 @@ export class EquipoService {
|
||||
: undefined,
|
||||
};
|
||||
|
||||
console.log(updateData);
|
||||
const equipoUpdate = await this.equipoRepository.preload(updateData);
|
||||
console.log(equipoNuevo);
|
||||
|
||||
if (!equipoUpdate) {
|
||||
throw new Error(`No se encontró el equipo con id ${id_equipo}`);
|
||||
}
|
||||
@@ -260,7 +259,7 @@ export class EquipoService {
|
||||
const url = process.env.API_FUNCIONARIOS;
|
||||
|
||||
if (!url) throw new Error('Url no definida en las variables de entorno');
|
||||
console.log(entrada);
|
||||
|
||||
const response = await axios.post(url, entrada);
|
||||
return response.data;
|
||||
}
|
||||
@@ -679,11 +678,6 @@ export class EquipoService {
|
||||
countDigitalizacionPromise,
|
||||
]);
|
||||
|
||||
console.log('I', totalImpresion);
|
||||
console.log('D', totalDigitalizacion);
|
||||
console.log('I', countImpresion);
|
||||
console.log('D', countDigitalizacion);
|
||||
|
||||
// Tipo para salida
|
||||
interface Porcentaje {
|
||||
antiguedad: any;
|
||||
|
||||
Reference in New Issue
Block a user