Skip to content

Commit

Permalink
🔇 quitar mensajes consola
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Dec 17, 2024
1 parent 640d522 commit 56f9ffe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aplicaciones/www/src/componentes/Dona.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ watch(fragmentoDonaElegido, () => {
});
function actualizarDonas() {
console.log(props);
let anguloActual = 0; // Empezamos en 0 grados
valoresDona.value = secciones.value.map((seccion, i) => {
const anguloInicial = anguloActual;
const anguloFinal = anguloActual + (seccion.porcentaje / 100) * 359.9;
console.log(anguloFinal);
const obj = {
...seccion,
Expand Down

0 comments on commit 56f9ffe

Please sign in to comment.