diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 159f4e9e97bc96773bce941d6213dc3669e8fdb1..3e04400820ef11ece9d2c88c398002c832d880d2 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'}