Skip to content

Commit

Permalink
eliminacion console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiioog committed Oct 21, 2023
1 parent 7fb7b04 commit 26932d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proyectos.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function seleccionBoton(evento) {
var opcionSeleccionada = evento.target.value;

if (opcionSeleccionada === 'individual') {
console.log("HOLA");
seccionIndividual.style.display = 'block';
seccionGrupal.style.display = 'none';
} else {
Expand Down

0 comments on commit 26932d5

Please sign in to comment.