From 4f65437866e644eb72e0878efa6c7b9bc598fdeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Thu, 11 Feb 2021 09:32:50 +0100
Subject: [PATCH] fjernet noe debug-output

---
 src/App.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/App.vue b/src/App.vue
index 9faff227..a2165204 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -269,7 +269,6 @@ export default {
     let self = this
     window.onpopstate = function (event) {
       if (event.state) {
-        console.log(event.state)
         self.article = event.state.article
         self.search_results = event.state.search_results
         self.lang = event.state.lang
-- 
GitLab