From 30a4f59f763cbddb9e297217ef514594c3dd9b74 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 11 May 2022 08:15:44 +0200 Subject: [PATCH] remove unused code / comments --- frontend/src/App.spec.js | 3 -- frontend/src/components/Auth/Carousel.vue | 32 +++------------------ frontend/src/components/Auth/Header.vue | 14 --------- frontend/src/components/LanguageSwitch2.vue | 2 +- frontend/src/layouts/AuthLayout_gdd.spec.js | 11 ------- frontend/src/layouts/AuthLayout_gdd.vue | 13 --------- frontend/src/pages/ForgotPassword.spec.js | 6 ---- frontend/src/pages/Login.vue | 2 -- frontend/src/pages/Register.vue | 1 - 9 files changed, 5 insertions(+), 79 deletions(-) diff --git a/frontend/src/App.spec.js b/frontend/src/App.spec.js index ba37c0cd4..861e801a5 100644 --- a/frontend/src/App.spec.js +++ b/frontend/src/App.spec.js @@ -1,10 +1,7 @@ import { mount, RouterLinkStub } from '@vue/test-utils' import App from './App' -// import VueRouter from 'vue-router' const localVue = global.localVue -// localVue.use(VueRouter) -// const router = new VueRouter() const mockStoreCommit = jest.fn() const stubs = { diff --git a/frontend/src/components/Auth/Carousel.vue b/frontend/src/components/Auth/Carousel.vue index 024c7e653..293091bd5 100644 --- a/frontend/src/components/Auth/Carousel.vue +++ b/frontend/src/components/Auth/Carousel.vue @@ -1,14 +1,6 @@