From 2129a2c882f2c9eab7f0ffa5f01d841e2707e531 Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Wed, 29 Sep 2021 13:47:26 +0200
Subject: [PATCH] cleanup

---
 src/components/DictionaryView.vue | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 159f4e9..3e04400 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -79,10 +79,6 @@ const SEARCH_ENDPOINT = process.env.VUE_APP_SEARCH_ENDPOINT
 const ARTICLE_ENDPOINT= process.env.VUE_APP_ARTICLE_ENDPOINT
 const API_STAGE = process.env.VUE_APP_API_STAGE
 
-console.log(SEARCH_ENDPOINT)
-console.log(ARTICLE_ENDPOINT)
-console.log(API_STAGE)
-
 const dicts = {'nob': 'Nynorskorboka',
                'bob': 'Bokmålsordboka',
                'bob,nob': 'ordbøkene'}
-- 
GitLab