From 26932d5660e491d5618544cea49bdbd91cecbc81 Mon Sep 17 00:00:00 2001 From: Sergiioog Date: Sat, 21 Oct 2023 18:34:38 +0200 Subject: [PATCH] eliminacion console.log --- proyectos.js | 1 - 1 file changed, 1 deletion(-) diff --git a/proyectos.js b/proyectos.js index 00715b4..f66905e 100644 --- a/proyectos.js +++ b/proyectos.js @@ -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 {