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 @@