delete console.log
This commit is contained in:
@@ -118,8 +118,6 @@ export class AlumnoInscritoService {
|
|||||||
|
|
||||||
alumnoInscrito.tiempo_disponible += tiempoExtra;
|
alumnoInscrito.tiempo_disponible += tiempoExtra;
|
||||||
|
|
||||||
console.log(alumnoInscrito)
|
|
||||||
|
|
||||||
return await this.alumnoInscritoRepo.save(alumnoInscrito);
|
return await this.alumnoInscritoRepo.save(alumnoInscrito);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user