From b2012998c35ff264cb867733736d9a1bfe760b48 Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Mon, 7 Mar 2022 09:25:31 -0600 Subject: [PATCH] =?UTF-8?q?Ultima=20revisi=C3=B3n=20y=20eliminaci=C3=B3n?= =?UTF-8?q?=20de=20comentarios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Login.vue | 1 - components/admin/fechasInscripcion.vue | 31 -------------------------- components/admin/reporte.vue | 2 -- components/registro/CapturaDatos.vue | 18 --------------- 4 files changed, 52 deletions(-) delete mode 100644 components/admin/fechasInscripcion.vue diff --git a/components/Login.vue b/components/Login.vue index ed14f83..75598f0 100644 --- a/components/Login.vue +++ b/components/Login.vue @@ -88,7 +88,6 @@ export default { this.$router.push(`/registro`) }) .catch((err) => { - console.log(err) this.error = 'is-danger' this.updateIsLoading(false) this.imprimirError(err.response.data) diff --git a/components/admin/fechasInscripcion.vue b/components/admin/fechasInscripcion.vue deleted file mode 100644 index 1502622..0000000 --- a/components/admin/fechasInscripcion.vue +++ /dev/null @@ -1,31 +0,0 @@ - - - - - diff --git a/components/admin/reporte.vue b/components/admin/reporte.vue index 0fca402..088a363 100644 --- a/components/admin/reporte.vue +++ b/components/admin/reporte.vue @@ -65,9 +65,7 @@ export default { this.updateIsLoading(false) }) .catch((err) => { - console.log(err) this.updateIsLoading(false) - // this.imprimirError(err.response.data) }) }, }, diff --git a/components/registro/CapturaDatos.vue b/components/registro/CapturaDatos.vue index aa6938a..ad1f6dd 100644 --- a/components/registro/CapturaDatos.vue +++ b/components/registro/CapturaDatos.vue @@ -1,23 +1,5 @@